Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection
-
Packages that use CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection Modifier and Type Method 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.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection Modifier and Type Method 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.Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection 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.
-