CccInfrastructureRoutingStaticDetails

class oci.compute_cloud_at_customer.models.CccInfrastructureRoutingStaticDetails(**kwargs)

Bases: object

Static routing information for a rack.

Methods

__init__(**kwargs) Initializes a new CccInfrastructureRoutingStaticDetails object with values from keyword arguments.

Attributes

uplink_hsrp_group Gets the uplink_hsrp_group of this CccInfrastructureRoutingStaticDetails.
uplink_vlan Gets the uplink_vlan of this CccInfrastructureRoutingStaticDetails.
__init__(**kwargs)

Initializes a new CccInfrastructureRoutingStaticDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • uplink_vlan (int) – The value to assign to the uplink_vlan property of this CccInfrastructureRoutingStaticDetails.
  • uplink_hsrp_group (int) – The value to assign to the uplink_hsrp_group property of this CccInfrastructureRoutingStaticDetails.

Gets the uplink_hsrp_group of this CccInfrastructureRoutingStaticDetails. The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.

Returns:The uplink_hsrp_group of this CccInfrastructureRoutingStaticDetails.
Return type:int

Gets the uplink_vlan of this CccInfrastructureRoutingStaticDetails. The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).

Returns:The uplink_vlan of this CccInfrastructureRoutingStaticDetails.
Return type:int