Uses of Class
com.oracle.bmc.vnmonitoring.model.PublicIp.Scope
-
Packages that use PublicIp.Scope Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of PublicIp.Scope in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PublicIp.Scope Modifier and Type Method Description static PublicIp.Scope
PublicIp.Scope. create(String key)
PublicIp.Scope
PublicIp. getScope()
Whether the public IP is regional or specific to a particular availability domain.static PublicIp.Scope
PublicIp.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicIp.Scope[]
PublicIp.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type PublicIp.Scope Modifier and Type Method Description PublicIp.Builder
PublicIp.Builder. scope(PublicIp.Scope scope)
Whether the public IP is regional or specific to a particular availability domain.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type PublicIp.Scope Constructor Description PublicIp(String assignedEntityId, PublicIp.AssignedEntityType assignedEntityType, String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipAddress, PublicIp.LifecycleState lifecycleState, PublicIp.Lifetime lifetime, String privateIpId, PublicIp.Scope scope, Date timeCreated, String publicIpPoolId)
Deprecated.
-