Subnet.Builder |
Subnet.Builder.availabilityDomain(String availabilityDomain) |
The subnet’s availability domain.
|
static Subnet.Builder |
Subnet.builder() |
Create a new builder.
|
Subnet.Builder |
Subnet.Builder.cidrBlock(String cidrBlock) |
The subnet’s CIDR block.
|
Subnet.Builder |
Subnet.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment containing the subnet.
|
Subnet.Builder |
Subnet.Builder.copy(Subnet model) |
|
Subnet.Builder |
Subnet.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Subnet.Builder |
Subnet.Builder.dhcpOptionsId(String dhcpOptionsId) |
The OCID of the
set of DHCP options that the subnet uses.
|
Subnet.Builder |
Subnet.Builder.displayName(String displayName) |
A user-friendly name.
|
Subnet.Builder |
Subnet.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).
|
Subnet.Builder |
Subnet.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Subnet.Builder |
Subnet.Builder.id(String id) |
The subnet’s Oracle ID
( OCID).
|
Subnet.Builder |
Subnet.Builder.ipv6CidrBlock(String ipv6CidrBlock) |
For an IPv6-enabled subnet, this is the IPv6 CIDR block for the subnet’s IP address
space.
|
Subnet.Builder |
Subnet.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.
|
Subnet.Builder |
Subnet.Builder.ipv6VirtualRouterIp(String ipv6VirtualRouterIp) |
For an IPv6-enabled subnet, this is the IPv6 address of the virtual router.
|
Subnet.Builder |
Subnet.Builder.lifecycleState(Subnet.LifecycleState lifecycleState) |
The subnet’s current state.
|
Subnet.Builder |
Subnet.Builder.prohibitInternetIngress(Boolean prohibitInternetIngress) |
Whether to disallow ingress internet traffic to VNICs within this subnet.
|
Subnet.Builder |
Subnet.Builder.prohibitPublicIpOnVnic(Boolean prohibitPublicIpOnVnic) |
Whether VNICs within this subnet can have public IP addresses.
|
Subnet.Builder |
Subnet.Builder.routeTableId(String routeTableId) |
The OCID of the
route table that the subnet uses.
|
Subnet.Builder |
Subnet.Builder.securityListIds(List<String> securityListIds) |
The OCIDs of the security list or lists that the subnet uses.
|
Subnet.Builder |
Subnet.Builder.subnetDomainName(String subnetDomainName) |
The subnet’s domain name, which consists of the subnet’s DNS label, the VCN’s DNS label,
and the oraclevcn.com domain.
|
Subnet.Builder |
Subnet.Builder.timeCreated(Date timeCreated) |
The date and time the subnet was created, in the format defined by
RFC3339.
|
Subnet.Builder |
Subnet.toBuilder() |
|
Subnet.Builder |
Subnet.Builder.vcnId(String vcnId) |
The OCID of the
VCN the subnet is in.
|
Subnet.Builder |
Subnet.Builder.virtualRouterIp(String virtualRouterIp) |
The IP address of the virtual router.
|
Subnet.Builder |
Subnet.Builder.virtualRouterMac(String virtualRouterMac) |
The MAC address of the virtual router.
|