Vlan.Builder |
Vlan.Builder.availabilityDomain(String availabilityDomain) |
The VLAN’s availability domain.
|
static Vlan.Builder |
Vlan.builder() |
Create a new builder.
|
Vlan.Builder |
Vlan.Builder.cidrBlock(String cidrBlock) |
The range of IPv4 addresses that will be used for layer 3 communication with hosts
outside the VLAN.
|
Vlan.Builder |
Vlan.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment containing the VLAN.
|
Vlan.Builder |
Vlan.Builder.copy(Vlan model) |
|
Vlan.Builder |
Vlan.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Vlan.Builder |
Vlan.Builder.displayName(String displayName) |
A user-friendly name.
|
Vlan.Builder |
Vlan.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Vlan.Builder |
Vlan.Builder.id(String id) |
The VLAN’s Oracle ID
( OCID).
|
Vlan.Builder |
Vlan.Builder.lifecycleState(Vlan.LifecycleState lifecycleState) |
The VLAN’s current state.
|
Vlan.Builder |
Vlan.Builder.nsgIds(List<String> nsgIds) |
A list of the OCIDs of the network security groups (NSGs) to use with this VLAN.
|
Vlan.Builder |
Vlan.Builder.routeTableId(String routeTableId) |
The OCID of the
route table that the VLAN uses.
|
Vlan.Builder |
Vlan.Builder.timeCreated(Date timeCreated) |
The date and time the VLAN was created, in the format defined by
RFC3339.
|
Vlan.Builder |
Vlan.toBuilder() |
|
Vlan.Builder |
Vlan.Builder.vcnId(String vcnId) |
The OCID of the
VCN the VLAN is in.
|
Vlan.Builder |
Vlan.Builder.vlanTag(Integer vlanTag) |
The IEEE 802.1Q VLAN tag of this VLAN.
|