Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Ipv6 |
build() |
Ipv6.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the IPv6.
|
Ipv6.Builder |
copy(Ipv6 model) |
Ipv6.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Ipv6.Builder |
displayName(String displayName)
A user-friendly name.
|
Ipv6.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Ipv6.Builder |
id(String id)
The OCID of the IPv6.
|
Ipv6.Builder |
ipAddress(String ipAddress)
The IPv6 address of the
IPv6 object. |
Ipv6.Builder |
isInternetAccessAllowed(Boolean isInternetAccessAllowed)
Whether the IPv6 can be used for internet communication.
|
Ipv6.Builder |
lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.
|
Ipv6.Builder |
publicIpAddress(String publicIpAddress)
The IPv6 address to be used for internet communication.
|
Ipv6.Builder |
subnetId(String subnetId)
The OCID of the subnet the VNIC is in.
|
Ipv6.Builder |
timeCreated(Date timeCreated)
The date and time the IPv6 was created, in the format defined by RFC3339.
|
Ipv6.Builder |
vnicId(String vnicId)
The OCID of the VNIC the IPv6 is assigned to.
|
public Ipv6.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the IPv6. This is the same as the VNIC’s compartment.
compartmentId
- the value to setpublic Ipv6.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic Ipv6.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic Ipv6.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic Ipv6.Builder id(String id)
The OCID of the IPv6.
id
- the value to setpublic Ipv6.Builder ipAddress(String ipAddress)
The IPv6 address of the IPv6
object. The address is within the IPv6 CIDR block
of the VNIC’s subnet (see the ipv6CidrBlock
attribute for the Subnet
object.
Example: 2001:0db8:0123:1111:abcd:ef01:2345:6789
ipAddress
- the value to setpublic Ipv6.Builder isInternetAccessAllowed(Boolean isInternetAccessAllowed)
Whether the IPv6 can be used for internet communication. Allowed by default for an IPv6 in
a public subnet. Never allowed for an IPv6 in a private subnet. If the value is true
, the
IPv6 uses its public IP address for internet communication.
Example: true
isInternetAccessAllowed
- the value to setpublic Ipv6.Builder lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.
lifecycleState
- the value to setpublic Ipv6.Builder publicIpAddress(String publicIpAddress)
The IPv6 address to be used for internet communication. The address is within the
IPv6 CIDR block of the VNIC’s subnet (see the ipv6PublicCidrBlock
attribute for the
Subnet
object).
If your organization did NOT assign a custom IPv6 CIDR to the VCN for the private address
space, Oracle provides the IPv6 CIDR and uses that same CIDR for the private and public
address space. Therefore the publicIpAddress
would be the same as the ipAddress
.
If your organization assigned a custom IPv6 CIDR to the VCN for the address space,
the right 80 bits of the IPv6 IP (the subnet and address bits) are the same as for
the ipAddress
. But the left 48 bits are from the IPv6 CIDR that Oracle assigned
to the VCN.
This is null if the IPv6 is created with isInternetAccessAllowed
set to false
.
Example: 2001:0db8:0123:1111:abcd:ef01:2345:6789
publicIpAddress
- the value to setpublic Ipv6.Builder subnetId(String subnetId)
The OCID of the subnet the VNIC is in.
subnetId
- the value to setpublic Ipv6.Builder timeCreated(Date timeCreated)
The date and time the IPv6 was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic Ipv6.Builder vnicId(String vnicId)
The OCID of the VNIC the IPv6 is assigned to. The VNIC and IPv6 must be in the same subnet.
vnicId
- the value to setpublic Ipv6 build()
public Ipv6.Builder copy(Ipv6 model)
Copyright © 2016–2023. All rights reserved.