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 Ipv6build()Ipv6.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the IPv6.Ipv6.Buildercopy(Ipv6 model)Ipv6.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.Ipv6.BuilderdisplayName(String displayName)A user-friendly name.Ipv6.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.Ipv6.Builderid(String id)The OCID of the IPv6.Ipv6.BuilderipAddress(String ipAddress)The IPv6 address of the IPv6 object.Ipv6.BuilderisInternetAccessAllowed(Boolean isInternetAccessAllowed)Whether the IPv6 can be used for internet communication.Ipv6.BuilderlifecycleState(Ipv6.LifecycleState lifecycleState)The IPv6’s current state.Ipv6.BuilderpublicIpAddress(String publicIpAddress)The IPv6 address to be used for internet communication.Ipv6.BuildersubnetId(String subnetId)The OCID of the subnet the VNIC is in.Ipv6.BuildertimeCreated(Date timeCreated)The date and time the IPv6 was created, in the format defined by RFC3339.Ipv6.BuildervnicId(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 prefix of the VNIC’s subnet (see the ipv6CidrBlock attribute for the
Subnetobject.Example: 2001:0db8:0123:1111:abcd:ef01:2345:6789
- Parameters:
ipAddress- the value to set- Returns:
- this builder
-
isInternetAccessAllowed
public 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
- Parameters:
isInternetAccessAllowed- 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
-
publicIpAddress
public Ipv6.Builder publicIpAddress(String publicIpAddress)
The IPv6 address to be used for internet communication.The address is within the IPv6 prefix of the VNIC’s subnet (see the ipv6PublicCidrBlock attribute for the
Subnetobject).If your organization did NOT assign a custom IPv6 prefix to the VCN for the private address space, Oracle provides the IPv6 prefix and uses that same prefix for the private and public address space. Therefore the publicIpAddress would be the same as the ipAddress.
If your organization assigned a custom IPv6 prefix 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 prefix 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
- Parameters:
publicIpAddress- 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)
-
-