Show / Hide Table of Contents

Class CccInfrastructureRoutingStaticDetails

Static routing information for a rack.

Inheritance
object
CccInfrastructureRoutingStaticDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureRoutingStaticDetails

Properties

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).

In this article
Back to top