Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
Container.Builder |
Container.Builder.arguments(List<String> arguments)
A list of string arguments for the ENTRYPOINT process of the container.
|
Container.Builder |
Container.Builder.availabilityDomain(String availabilityDomain)
The availability domain where the container instance that hosts the container runs.
|
static Container.Builder |
Container.builder()
Create a new builder.
|
Container.Builder |
Container.Builder.command(List<String> command)
This command overrides ENTRYPOINT process of the container.
|
Container.Builder |
Container.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the container.
|
Container.Builder |
Container.Builder.containerInstanceId(String containerInstanceId)
The OCID
of the container instance that the container is running on.
|
Container.Builder |
Container.Builder.containerRestartAttemptCount(Integer containerRestartAttemptCount)
The number of container restart attempts.
|
Container.Builder |
Container.Builder.copy(Container model) |
Container.Builder |
Container.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Container.Builder |
Container.Builder.displayName(String displayName)
A user-friendly name.
|
Container.Builder |
Container.Builder.environmentVariables(Map<String,String> environmentVariables)
A map of additional environment variables to set in the environment of the ENTRYPOINT
process of the container.
|
Container.Builder |
Container.Builder.exitCode(Integer exitCode)
The exit code of the container process when it stopped running.
|
Container.Builder |
Container.Builder.faultDomain(String faultDomain)
The fault domain of the container instance that hosts the container runs.
|
Container.Builder |
Container.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Container.Builder |
Container.Builder.healthChecks(List<ContainerHealthCheck> healthChecks)
List of container health checks
|
Container.Builder |
Container.Builder.id(String id)
The OCID
of the container.
|
Container.Builder |
Container.Builder.imageUrl(String imageUrl)
The container image information.
|
Container.Builder |
Container.Builder.isResourcePrincipalDisabled(Boolean isResourcePrincipalDisabled)
Determines if the container will have access to the container instance resource
principal.
|
Container.Builder |
Container.Builder.lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the container in more detail.
|
Container.Builder |
Container.Builder.lifecycleState(Container.LifecycleState lifecycleState)
The current state of the container.
|
Container.Builder |
Container.Builder.resourceConfig(ContainerResourceConfig resourceConfig) |
Container.Builder |
Container.Builder.securityContext(SecurityContext securityContext) |
Container.Builder |
Container.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Container.Builder |
Container.Builder.timeCreated(Date timeCreated)
The time the container was created, in the format defined by RFC
3339.
|
Container.Builder |
Container.Builder.timeTerminated(Date timeTerminated)
The time when the container last deleted (terminated), in the format defined by RFC
3339.
|
Container.Builder |
Container.Builder.timeUpdated(Date timeUpdated)
The time the container was updated, in the format defined by RFC
3339.
|
Container.Builder |
Container.toBuilder() |
Container.Builder |
Container.Builder.volumeMounts(List<VolumeMount> volumeMounts)
List of the volume mounts.
|
Container.Builder |
Container.Builder.workingDirectory(String workingDirectory)
The working directory within the container’s filesystem for the container process.
|
Copyright © 2016–2024. All rights reserved.