Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static ApplicationVipSummary.LifecycleState |
ApplicationVipSummary.LifecycleState.create(String key) |
ApplicationVipSummary.LifecycleState |
ApplicationVipSummary.getLifecycleState()
The current lifecycle state of the application virtual IP (VIP) address.
|
static ApplicationVipSummary.LifecycleState |
ApplicationVipSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationVipSummary.LifecycleState[] |
ApplicationVipSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplicationVipSummary.Builder |
ApplicationVipSummary.Builder.lifecycleState(ApplicationVipSummary.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.
|
Constructor and Description |
---|
ApplicationVipSummary(String id,
String cloudVmClusterId,
String compartmentId,
String subnetId,
String ipAddress,
String hostnameLabel,
ApplicationVipSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeAssigned,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ApplicationVipSummary.LifecycleState |
ListApplicationVipsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListApplicationVipsRequest.Builder |
ListApplicationVipsRequest.Builder.lifecycleState(ApplicationVipSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.