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 |
lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.
|
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 lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.
lifecycleState
- 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–2024. All rights reserved.