Uses of Class
com.oracle.bmc.vnmonitoring.model.Ipv6.Builder
-
Packages that use Ipv6.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Ipv6.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Ipv6.Builder Modifier and Type Method Description static Ipv6.Builder
Ipv6. builder()
Create a new builder.Ipv6.Builder
Ipv6.Builder. compartmentId(String compartmentId)
The OCID of the compartment containing the IPv6.Ipv6.Builder
Ipv6.Builder. copy(Ipv6 model)
Ipv6.Builder
Ipv6.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Ipv6.Builder
Ipv6.Builder. displayName(String displayName)
A user-friendly name.Ipv6.Builder
Ipv6.Builder. freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Ipv6.Builder
Ipv6.Builder. id(String id)
The OCID of the IPv6.Ipv6.Builder
Ipv6.Builder. ipAddress(String ipAddress)
The IPv6 address of the IPv6 object.Ipv6.Builder
Ipv6.Builder. lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.Ipv6.Builder
Ipv6.Builder. subnetId(String subnetId)
The OCID of the subnet the VNIC is in.Ipv6.Builder
Ipv6.Builder. timeCreated(Date timeCreated)
The date and time the IPv6 was created, in the format defined by RFC3339.Ipv6.Builder
Ipv6. toBuilder()
Ipv6.Builder
Ipv6.Builder. vnicId(String vnicId)
The OCID of the VNIC the IPv6 is assigned to.
-