static CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.builder() |
Create a new builder.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.copy(CccInfrastructureNetworkConfiguration model) |
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.dnsIps(List<String> dnsIps) |
The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure
uses for the data center network.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.infrastructureRoutingDynamic(CccInfrastructureRoutingDynamicDetails infrastructureRoutingDynamic) |
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.infrastructureRoutingStatic(CccInfrastructureRoutingStaticDetails infrastructureRoutingStatic) |
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.managementNodes(List<CccInfrastructureManagementNode> managementNodes) |
Information about the management nodes that are provisioned in the Compute Cloud@Customer
infrastructure.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.mgmtVipHostname(String mgmtVipHostname) |
The hostname corresponding to the virtual IP (VIP) address of the management nodes.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.mgmtVipIp(String mgmtVipIp) |
The IP address used as the virtual IP (VIP) address of the management nodes.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.spineIps(List<String> spineIps) |
Addresses of the network spine switches.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.spineVip(String spineVip) |
The spine switch public virtual IP (VIP).
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.toBuilder() |
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkDomain(String uplinkDomain) |
Domain name to be used as the base domain for the internal network and by public facing
services.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkGatewayIp(String uplinkGatewayIp) |
Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkNetmask(String uplinkNetmask) |
Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkPortCount(Integer uplinkPortCount) |
Number of uplink ports per spine switch.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkPortForwardErrorCorrection(CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection uplinkPortForwardErrorCorrection) |
The port forward error correction (FEC) setting for the uplink port on the Compute
Cloud@Customer infrastructure.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkPortSpeedInGbps(Integer uplinkPortSpeedInGbps) |
Uplink port speed defined in gigabytes per second.
|
CccInfrastructureNetworkConfiguration.Builder |
CccInfrastructureNetworkConfiguration.Builder.uplinkVlanMtu(Integer uplinkVlanMtu) |
The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink
ports.
|