Uses of Class
com.oracle.bmc.vnmonitoring.model.PublicIp.AssignedEntityType
-
Packages that use PublicIp.AssignedEntityType Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of PublicIp.AssignedEntityType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PublicIp.AssignedEntityType Modifier and Type Method Description static PublicIp.AssignedEntityType
PublicIp.AssignedEntityType. create(String key)
PublicIp.AssignedEntityType
PublicIp. getAssignedEntityType()
The type of entity the public IP is assigned to, or in the process of being assigned to.static PublicIp.AssignedEntityType
PublicIp.AssignedEntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicIp.AssignedEntityType[]
PublicIp.AssignedEntityType. 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.AssignedEntityType Modifier and Type Method Description PublicIp.Builder
PublicIp.Builder. assignedEntityType(PublicIp.AssignedEntityType assignedEntityType)
The type of entity the public IP is assigned to, or in the process of being assigned to.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type PublicIp.AssignedEntityType 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.
-