public static class VlanEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public VlanEndpoint.Builder address(String address)
The IPv4 address of the Endpoint
.
address
- the value to setpublic 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).
vlanId
- the value to setpublic VlanEndpoint build()
public VlanEndpoint.Builder copy(VlanEndpoint model)
Copyright © 2016–2024. All rights reserved.