Class Routing.Builder
- java.lang.Object
- 
- com.oracle.bmc.healthchecks.model.Routing.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Routing.BuilderasLabel(String asLabel)The registry label for asn, usually the name of the organization that owns the ASN.Routing.Builderasn(Integer asn)The Autonomous System Number (ASN) identifying the organization responsible for routing packets to prefix.Routingbuild()Routing.Buildercopy(Routing model)Routing.Builderprefix(String prefix)An IP prefix (CIDR syntax) that is less specific than address, through which address is routed.Routing.Builderweight(Integer weight)An integer between 0 and 100 used to select between multiple origin ASNs when routing to prefix.
 
- 
- 
- 
Method Detail- 
asLabelpublic Routing.Builder asLabel(String asLabel) The registry label for asn, usually the name of the organization that owns the ASN.May be omitted or null. - Parameters:
- asLabel- the value to set
- Returns:
- this builder
 
 - 
asnpublic Routing.Builder asn(Integer asn) The Autonomous System Number (ASN) identifying the organization responsible for routing packets to prefix.- Parameters:
- asn- the value to set
- Returns:
- this builder
 
 - 
prefixpublic Routing.Builder prefix(String prefix) An IP prefix (CIDR syntax) that is less specific than address, through which address is routed.- Parameters:
- prefix- the value to set
- Returns:
- this builder
 
 - 
weightpublic Routing.Builder weight(Integer weight) An integer between 0 and 100 used to select between multiple origin ASNs when routing to prefix.Most prefixes have exactly one origin ASN, in which case weight will be 100. - Parameters:
- weight- the value to set
- Returns:
- this builder
 
 - 
buildpublic Routing build() 
 - 
copypublic Routing.Builder copy(Routing model) 
 
- 
 
-