Class VlanEndpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.VlanEndpoint.Builder
-
- Enclosing class:
- VlanEndpoint
public static class VlanEndpoint.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VlanEndpoint.Builder
address(String address)
The IPv4 address of the Endpoint.VlanEndpoint
build()
VlanEndpoint.Builder
copy(VlanEndpoint model)
VlanEndpoint.Builder
vlanId(String vlanId)
The OCID of the VLAN containing the IP address.
-
-
-
Method Detail
-
address
public VlanEndpoint.Builder address(String address)
The IPv4 address of the Endpoint.- Parameters:
address
- the value to set- Returns:
- this builder
-
vlanId
public 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
-
build
public VlanEndpoint build()
-
copy
public VlanEndpoint.Builder copy(VlanEndpoint model)
-
-