Uses of Class
com.oracle.bmc.core.model.IpInventorySubnetResourceSummary.IpAddressLifetime
-
Packages that use IpInventorySubnetResourceSummary.IpAddressLifetime Package Description com.oracle.bmc.core.model -
-
Uses of IpInventorySubnetResourceSummary.IpAddressLifetime in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IpInventorySubnetResourceSummary.IpAddressLifetime Modifier and Type Method Description static IpInventorySubnetResourceSummary.IpAddressLifetimeIpInventorySubnetResourceSummary.IpAddressLifetime. create(String key)IpInventorySubnetResourceSummary.IpAddressLifetimeIpInventorySubnetResourceSummary. getIpAddressLifetime()Lifetime of the allocated private IP address.static IpInventorySubnetResourceSummary.IpAddressLifetimeIpInventorySubnetResourceSummary.IpAddressLifetime. valueOf(String name)Returns the enum constant of this type with the specified name.static IpInventorySubnetResourceSummary.IpAddressLifetime[]IpInventorySubnetResourceSummary.IpAddressLifetime. 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 IpInventorySubnetResourceSummary.IpAddressLifetime Modifier and Type Method Description IpInventorySubnetResourceSummary.BuilderIpInventorySubnetResourceSummary.Builder. ipAddressLifetime(IpInventorySubnetResourceSummary.IpAddressLifetime ipAddressLifetime)Lifetime of the allocated private IP address.Constructors in com.oracle.bmc.core.model with parameters of type IpInventorySubnetResourceSummary.IpAddressLifetime Constructor Description IpInventorySubnetResourceSummary(String ipId, String ipAddress, IpInventorySubnetResourceSummary.IpAddressLifetime ipAddressLifetime, String parentCidr, String associatedPublicIp, IpInventorySubnetResourceSummary.PublicIpLifetime publicIpLifetime, IpInventorySubnetResourceSummary.AssociatedPublicIpPool associatedPublicIpPool, String dnsHostName, String assignedResourceName, Boolean isPrimary, IpInventorySubnetResourceSummary.AssignedResourceType assignedResourceType, String addressType, Date assignedTime)Deprecated.
-