Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PublicIp.Builder |
PublicIp.Builder.scope(PublicIp.Scope scope)
Whether the public IP is regional or specific to a particular availability domain.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.