Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer.model |
Modifier and Type | Method and Description |
---|---|
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection |
CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection.create(String key) |
CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection |
CccInfrastructureNetworkConfiguration.getUplinkPortForwardErrorCorrection()
The port forward error correction (FEC) setting for the uplink port on the Compute
Cloud@Customer infrastructure.
|
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection |
CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection[] |
CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.