Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureManagementNode
-
Packages that use CccInfrastructureManagementNode Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccInfrastructureManagementNode in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructureManagementNode Modifier and Type Method Description CccInfrastructureManagementNode
CccInfrastructureManagementNode.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type CccInfrastructureManagementNode Modifier and Type Method Description List<CccInfrastructureManagementNode>
CccInfrastructureNetworkConfiguration. getManagementNodes()
Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureManagementNode Modifier and Type Method Description CccInfrastructureManagementNode.Builder
CccInfrastructureManagementNode.Builder. copy(CccInfrastructureManagementNode model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccInfrastructureManagementNode Modifier and Type Method Description CccInfrastructureNetworkConfiguration.Builder
CccInfrastructureNetworkConfiguration.Builder. managementNodes(List<CccInfrastructureManagementNode> managementNodes)
Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccInfrastructureManagementNode Constructor Description CccInfrastructureNetworkConfiguration(List<CccInfrastructureManagementNode> managementNodes, Integer uplinkPortSpeedInGbps, Integer uplinkPortCount, Integer uplinkVlanMtu, String uplinkNetmask, CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection uplinkPortForwardErrorCorrection, String uplinkDomain, String uplinkGatewayIp, List<String> spineIps, String spineVip, String mgmtVipHostname, String mgmtVipIp, List<String> dnsIps, CccInfrastructureRoutingStaticDetails infrastructureRoutingStatic, CccInfrastructureRoutingDynamicDetails infrastructureRoutingDynamic)
Deprecated.
-