ContainerInstanceShapeSummary¶
- 
class 
oci.container_instances.models.ContainerInstanceShapeSummary(**kwargs)¶ Bases:
objectDetails about a shape for a container instance.
Methods
__init__(**kwargs)Initializes a new ContainerInstanceShapeSummary object with values from keyword arguments. Attributes
memory_optionsGets the memory_options of this ContainerInstanceShapeSummary. name[Required] Gets the name of this ContainerInstanceShapeSummary. networking_bandwidth_optionsGets the networking_bandwidth_options of this ContainerInstanceShapeSummary. ocpu_optionsGets 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: - name (str) – The value to assign to the name property of this ContainerInstanceShapeSummary.
 - processor_description (str) – The value to assign to the processor_description property of this ContainerInstanceShapeSummary.
 - ocpu_options (oci.container_instances.models.ShapeOcpuOptions) – The value to assign to the ocpu_options property of this ContainerInstanceShapeSummary.
 - memory_options (oci.container_instances.models.ShapeMemoryOptions) – The value to assign to the memory_options property of this ContainerInstanceShapeSummary.
 - networking_bandwidth_options (oci.container_instances.models.ShapeNetworkingBandwidthOptions) – The value to assign to the networking_bandwidth_options property of this ContainerInstanceShapeSummary.
 
- 
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 
-