Class VlanEndpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.VlanEndpoint.Builder
 
- 
- Enclosing class:
- VlanEndpoint
 
 public static class VlanEndpoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VlanEndpoint.Builderaddress(String address)The IPv4 address of the Endpoint.VlanEndpointbuild()VlanEndpoint.Buildercopy(VlanEndpoint model)VlanEndpoint.BuildervlanId(String vlanId)The OCID of the VLAN containing the IP address.
 
- 
- 
- 
Method Detail- 
addresspublic VlanEndpoint.Builder address(String address) The IPv4 address of the Endpoint.- Parameters:
- address- the value to set
- Returns:
- this builder
 
 - 
vlanIdpublic VlanEndpoint.Builder vlanId(String vlanId) The OCID of the VLAN containing the IP address.This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges). - Parameters:
- vlanId- the value to set
- Returns:
- this builder
 
 - 
buildpublic VlanEndpoint build() 
 - 
copypublic VlanEndpoint.Builder copy(VlanEndpoint model) 
 
- 
 
-