Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
VolumeMount |
VolumeMount.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VolumeMount> |
Container.getVolumeMounts()
List of the volume mounts.
|
Modifier and Type | Method and Description |
---|---|
VolumeMount.Builder |
VolumeMount.Builder.copy(VolumeMount model) |
Modifier and Type | Method and Description |
---|---|
Container.Builder |
Container.Builder.volumeMounts(List<VolumeMount> volumeMounts)
List of the volume mounts.
|
Constructor and Description |
---|
Container(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,
Container.LifecycleState lifecycleState,
String lifecycleDetails,
Integer exitCode,
Date timeTerminated,
Date timeCreated,
Date timeUpdated,
String containerInstanceId,
String imageUrl,
List<String> command,
List<String> arguments,
String workingDirectory,
Map<String,String> environmentVariables,
List<VolumeMount> volumeMounts,
List<ContainerHealthCheck> healthChecks,
Boolean isResourcePrincipalDisabled,
ContainerResourceConfig resourceConfig,
Integer containerRestartAttemptCount,
SecurityContext securityContext)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.