Uses of Class
com.oracle.bmc.core.model.Ipv6.IpState
-
Packages that use Ipv6.IpState Package Description com.oracle.bmc.core.model -
-
Uses of Ipv6.IpState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Ipv6.IpState Modifier and Type Method Description static Ipv6.IpState
Ipv6.IpState. create(String key)
Ipv6.IpState
Ipv6. getIpState()
State of the IP address.static Ipv6.IpState
Ipv6.IpState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ipv6.IpState[]
Ipv6.IpState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Ipv6.IpState Modifier and Type Method Description Ipv6.Builder
Ipv6.Builder. ipState(Ipv6.IpState ipState)
State of the IP address.Constructors in com.oracle.bmc.core.model with parameters of type Ipv6.IpState Constructor Description Ipv6(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipAddress, Integer cidrPrefixLength, Ipv6.LifecycleState lifecycleState, String subnetId, Date timeCreated, String vnicId, Ipv6.IpState ipState, Ipv6.Lifetime lifetime, String routeTableId)
Deprecated.
-