ContainerInstanceContainer¶
- 
class 
oci.container_instances.models.ContainerInstanceContainer(**kwargs)¶ Bases:
objectA container on a container instance.
Methods
__init__(**kwargs)Initializes a new ContainerInstanceContainer object with values from keyword arguments. Attributes
container_id[Required] Gets the container_id of this ContainerInstanceContainer. display_nameGets the display_name of this ContainerInstanceContainer. - 
__init__(**kwargs)¶ Initializes a new ContainerInstanceContainer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - container_id (str) – The value to assign to the container_id property of this ContainerInstanceContainer.
 - display_name (str) – The value to assign to the display_name property of this ContainerInstanceContainer.
 
- 
container_id¶ [Required] Gets the container_id of this ContainerInstanceContainer. The OCID of the container.
Returns: The container_id of this ContainerInstanceContainer. Return type: str 
- 
display_name¶ Gets the display_name of this ContainerInstanceContainer. Display name for the Container.
Returns: The display_name of this ContainerInstanceContainer. Return type: str 
-