Class Ipv6.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.Ipv6.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
compartmentId
public Ipv6.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the IPv6.This is the same as the VNIC’s compartment.
- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
displayName
public Ipv6.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
id
public Ipv6.Builder id(String id)
The OCID of the IPv6.- Parameters:
id
- the value to set- Returns:
- this builder
-
ipAddress
public 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
- Parameters:
ipAddress
- the value to set- Returns:
- this builder
-
lifecycleState
public Ipv6.Builder lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
subnetId
public Ipv6.Builder subnetId(String subnetId)
The OCID of the subnet the VNIC is in.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
timeCreated
public 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
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
vnicId
public 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.
- Parameters:
vnicId
- the value to set- Returns:
- this builder
-
build
public Ipv6 build()
-
copy
public Ipv6.Builder copy(Ipv6 model)
-
-