Package | Description |
---|---|
com.oracle.bmc.vbsinst | |
com.oracle.bmc.vbsinst.model | |
com.oracle.bmc.vbsinst.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse> |
VbsInstanceWaiters.forVbsInstance(GetVbsInstanceRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse> |
VbsInstanceWaiters.forVbsInstance(GetVbsInstanceRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVbsInstanceRequest,GetVbsInstanceResponse> |
VbsInstanceWaiters.forVbsInstance(GetVbsInstanceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
VbsInstance.getLifecycleState()
The current state of the VbsInstance.
|
LifecycleState |
VbsInstanceSummary.getLifecycleState()
The current state of the VbsInstance.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VbsInstance.Builder |
VbsInstance.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
|
VbsInstanceSummary.Builder |
VbsInstanceSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the VbsInstance.
|
Constructor and Description |
---|
VbsInstance(String id,
String name,
String displayName,
String compartmentId,
Boolean isResourceUsageAgreementGranted,
String resourceCompartmentId,
String vbsAccessUrl,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecyleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
VbsInstanceSummary(String id,
String name,
String displayName,
String compartmentId,
Boolean isResourceUsageAgreementGranted,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListVbsInstancesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListVbsInstancesRequest.Builder |
ListVbsInstancesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.