Uses of Class
com.oracle.bmc.core.model.PrivateIp.Lifetime
-
Packages that use PrivateIp.Lifetime Package Description com.oracle.bmc.core.model -
-
Uses of PrivateIp.Lifetime in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return PrivateIp.Lifetime Modifier and Type Method Description static PrivateIp.LifetimePrivateIp.Lifetime. create(String key)PrivateIp.LifetimePrivateIp. getLifetime()Lifetime of the IP address.static PrivateIp.LifetimePrivateIp.Lifetime. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivateIp.Lifetime[]PrivateIp.Lifetime. 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 PrivateIp.Lifetime Modifier and Type Method Description PrivateIp.BuilderPrivateIp.Builder. lifetime(PrivateIp.Lifetime lifetime)Lifetime of the IP address.Constructors in com.oracle.bmc.core.model with parameters of type PrivateIp.Lifetime Constructor Description PrivateIp(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String hostnameLabel, String id, String ipAddress, Integer cidrPrefixLength, Boolean isPrimary, String vlanId, String subnetId, Date timeCreated, String vnicId, PrivateIp.IpState ipState, PrivateIp.Lifetime lifetime, String routeTableId, String ipv4SubnetCidrAtCreation)Deprecated.
-