public static enum CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection extends Enum<CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection> implements BmcEnum
The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
Enum Constant and Description |
---|
Auto |
FireCodeFec |
ReedSolomonConsortium16 |
ReedSolomonFec |
ReedSolomonIeee |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection |
create(String key) |
String |
getValue() |
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection Auto
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection FireCodeFec
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection ReedSolomonConsortium16
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection ReedSolomonFec
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection ReedSolomonIeee
public static final CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection UnknownEnumValue
public static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection[] values()
for (CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection c : CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection.values()) System.out.println(c);
public static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CccInfrastructureNetworkConfiguration.UplinkPortForwardErrorCorrection create(String key)
Copyright © 2016–2025. All rights reserved.