Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
CreateVolumeMountDetails |
CreateVolumeMountDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateVolumeMountDetails> |
CreateContainerDetails.getVolumeMounts()
List of the volume mounts.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeMountDetails.Builder |
CreateVolumeMountDetails.Builder.copy(CreateVolumeMountDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateContainerDetails.Builder |
CreateContainerDetails.Builder.volumeMounts(List<CreateVolumeMountDetails> volumeMounts)
List of the volume mounts.
|
Constructor and Description |
---|
CreateContainerDetails(String displayName,
String imageUrl,
List<String> command,
List<String> arguments,
String workingDirectory,
Map<String,String> environmentVariables,
List<CreateVolumeMountDetails> volumeMounts,
Boolean isResourcePrincipalDisabled,
CreateContainerResourceConfigDetails resourceConfig,
List<CreateContainerHealthCheckDetails> healthChecks,
CreateSecurityContextDetails securityContext,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.