Class CccInfrastructureRoutingStaticDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureRoutingStaticDetails.Builder
-
- Enclosing class:
- CccInfrastructureRoutingStaticDetails
public static class CccInfrastructureRoutingStaticDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CccInfrastructureRoutingStaticDetails
build()
CccInfrastructureRoutingStaticDetails.Builder
copy(CccInfrastructureRoutingStaticDetails model)
CccInfrastructureRoutingStaticDetails.Builder
uplinkHsrpGroup(Integer uplinkHsrpGroup)
The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.CccInfrastructureRoutingStaticDetails.Builder
uplinkVlan(Integer uplinkVlan)
The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
-
-
-
Method Detail
-
uplinkVlan
public CccInfrastructureRoutingStaticDetails.Builder uplinkVlan(Integer uplinkVlan)
The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).- Parameters:
uplinkVlan
- the value to set- Returns:
- this builder
-
uplinkHsrpGroup
public CccInfrastructureRoutingStaticDetails.Builder uplinkHsrpGroup(Integer uplinkHsrpGroup)
The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.- Parameters:
uplinkHsrpGroup
- the value to set- Returns:
- this builder
-
build
public CccInfrastructureRoutingStaticDetails build()
-
copy
public CccInfrastructureRoutingStaticDetails.Builder copy(CccInfrastructureRoutingStaticDetails model)
-
-