ContainerInstanceShapeSummary

class oci.container_instances.models.ContainerInstanceShapeSummary(**kwargs)

Bases: object

Details about a shape for a container instance.

Methods

__init__(**kwargs) Initializes a new ContainerInstanceShapeSummary object with values from keyword arguments.

Attributes

memory_options Gets the memory_options of this ContainerInstanceShapeSummary.
name [Required] Gets the name of this ContainerInstanceShapeSummary.
networking_bandwidth_options Gets the networking_bandwidth_options of this ContainerInstanceShapeSummary.
ocpu_options Gets the ocpu_options of this ContainerInstanceShapeSummary.
processor_description [Required] Gets the processor_description of this ContainerInstanceShapeSummary.
__init__(**kwargs)

Initializes a new ContainerInstanceShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
memory_options

Gets the memory_options of this ContainerInstanceShapeSummary.

Returns:The memory_options of this ContainerInstanceShapeSummary.
Return type:oci.container_instances.models.ShapeMemoryOptions
name

[Required] Gets the name of this ContainerInstanceShapeSummary. The name identifying the shape.

Returns:The name of this ContainerInstanceShapeSummary.
Return type:str
networking_bandwidth_options

Gets the networking_bandwidth_options of this ContainerInstanceShapeSummary.

Returns:The networking_bandwidth_options of this ContainerInstanceShapeSummary.
Return type:oci.container_instances.models.ShapeNetworkingBandwidthOptions
ocpu_options

Gets the ocpu_options of this ContainerInstanceShapeSummary.

Returns:The ocpu_options of this ContainerInstanceShapeSummary.
Return type:oci.container_instances.models.ShapeOcpuOptions
processor_description

[Required] Gets the processor_description of this ContainerInstanceShapeSummary. A short description of the container instance’s processor (CPU).

Returns:The processor_description of this ContainerInstanceShapeSummary.
Return type:str