CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.availabilityDomain(String availabilityDomain) |
Controls whether the subnet is regional or specific to an availability domain.
|
static CreateSubnetDetails.Builder |
CreateSubnetDetails.builder() |
Create a new builder.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.cidrBlock(String cidrBlock) |
The CIDR IP address range of the subnet.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment to contain the subnet.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.copy(CreateSubnetDetails model) |
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.dhcpOptionsId(String dhcpOptionsId) |
The OCID of the
set of DHCP options the subnet will use.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.displayName(String displayName) |
A user-friendly name.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.dnsLabel(String dnsLabel) |
A DNS label for the subnet, used in conjunction with the VNIC’s hostname and VCN’s DNS
label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for
example, bminstance1.subnet123.vcn1.oraclevcn.com).
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.ipv6CidrBlock(String ipv6CidrBlock) |
Use this to enable IPv6 addressing for this subnet.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.ipv6CidrBlocks(List<String> ipv6CidrBlocks) |
The list of all IPv6 CIDR blocks (Oracle allocated IPv6 GUA, ULA or private IPv6 CIDR
blocks, BYOIPv6 CIDR blocks) for the subnet that meets the following criteria: - The CIDR
blocks must be valid.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.prohibitInternetIngress(Boolean prohibitInternetIngress) |
Whether to disallow ingress internet traffic to VNICs within this subnet.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.prohibitPublicIpOnVnic(Boolean prohibitPublicIpOnVnic) |
Whether VNICs within this subnet can have public IP addresses.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.routeTableId(String routeTableId) |
The OCID of the
route table the subnet will use.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.securityListIds(List<String> securityListIds) |
The OCIDs of the security list or lists the subnet will use.
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.toBuilder() |
|
CreateSubnetDetails.Builder |
CreateSubnetDetails.Builder.vcnId(String vcnId) |
The OCID of the
VCN to contain the subnet.
|