Class CccInfrastructureRoutingStaticDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureRoutingStaticDetails.Builder
 
- 
- Enclosing class:
- CccInfrastructureRoutingStaticDetails
 
 public static class CccInfrastructureRoutingStaticDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CccInfrastructureRoutingStaticDetailsbuild()CccInfrastructureRoutingStaticDetails.Buildercopy(CccInfrastructureRoutingStaticDetails model)CccInfrastructureRoutingStaticDetails.BuilderuplinkHsrpGroup(Integer uplinkHsrpGroup)The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.CccInfrastructureRoutingStaticDetails.BuilderuplinkVlan(Integer uplinkVlan)The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
 
- 
- 
- 
Method Detail- 
uplinkVlanpublic 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
 
 - 
uplinkHsrpGrouppublic 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
 
 - 
buildpublic CccInfrastructureRoutingStaticDetails build() 
 - 
copypublic CccInfrastructureRoutingStaticDetails.Builder copy(CccInfrastructureRoutingStaticDetails model) 
 
- 
 
-