Class CccInfrastructureRoutingStaticDetails
Static routing information for a rack.
Inherited Members
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureRoutingStaticDetailsProperties
UplinkHsrpGroup
Declaration
[JsonProperty(PropertyName = "uplinkHsrpGroup")]
public int? UplinkHsrpGroup { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure. | 
UplinkVlan
Declaration
[JsonProperty(PropertyName = "uplinkVlan")]
public int? UplinkVlan { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported). |