Package | Description |
---|---|
com.oracle.bmc.containerinstances | |
com.oracle.bmc.containerinstances.model | |
com.oracle.bmc.containerinstances.requests |
Modifier and Type | Method and Description |
---|---|
static ContainerInstance.LifecycleState |
ContainerInstance.LifecycleState.create(String key) |
ContainerInstance.LifecycleState |
ContainerInstance.getLifecycleState()
The current state of the container instance.
|
ContainerInstance.LifecycleState |
ContainerInstanceSummary.getLifecycleState()
The current state of the container instance.
|
static ContainerInstance.LifecycleState |
ContainerInstance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerInstance.LifecycleState[] |
ContainerInstance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.lifecycleState(ContainerInstance.LifecycleState lifecycleState)
The current state of the container instance.
|
ContainerInstanceSummary.Builder |
ContainerInstanceSummary.Builder.lifecycleState(ContainerInstance.LifecycleState lifecycleState)
The current state of the container instance.
|
Constructor and Description |
---|
ContainerInstance(String id,
String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String availabilityDomain,
String faultDomain,
ContainerInstance.LifecycleState lifecycleState,
String lifecycleDetails,
List<ContainerVolume> volumes,
Integer volumeCount,
List<ContainerInstanceContainer> containers,
Integer containerCount,
Date timeCreated,
Date timeUpdated,
String shape,
ContainerInstanceShapeConfig shapeConfig,
List<ContainerVnic> vnics,
ContainerDnsConfig dnsConfig,
Long gracefulShutdownTimeoutInSeconds,
List<ImagePullSecret> imagePullSecrets,
ContainerInstance.ContainerRestartPolicy containerRestartPolicy)
Deprecated.
|
ContainerInstanceSummary(String id,
String displayName,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String availabilityDomain,
String faultDomain,
ContainerInstance.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String shape,
ContainerInstanceShapeConfig shapeConfig,
Integer containerCount,
Long gracefulShutdownTimeoutInSeconds,
Integer volumeCount,
ContainerInstance.ContainerRestartPolicy containerRestartPolicy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContainerInstance.LifecycleState |
ListContainerInstancesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListContainerInstancesRequest.Builder |
ListContainerInstancesRequest.Builder.lifecycleState(ContainerInstance.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.