PodShapeSummary

class oci.container_engine.models.PodShapeSummary(**kwargs)

Bases: object

Pod shape.

Methods

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

Attributes

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

Initializes a new PodShapeSummary 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 PodShapeSummary. ShapeMemoryOptions.

Returns:The memory_options of this PodShapeSummary.
Return type:list[oci.container_engine.models.ShapeMemoryOptions]
name

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

Returns:The name of this PodShapeSummary.
Return type:str
network_bandwidth_options

Gets the network_bandwidth_options of this PodShapeSummary. ShapeNetworkBandwidthOptions.

Returns:The network_bandwidth_options of this PodShapeSummary.
Return type:list[oci.container_engine.models.ShapeNetworkBandwidthOptions]
ocpu_options

Gets the ocpu_options of this PodShapeSummary. Options for OCPU shape.

Returns:The ocpu_options of this PodShapeSummary.
Return type:list[oci.container_engine.models.ShapeOcpuOptions]
processor_description

Gets the processor_description of this PodShapeSummary. A short description of the VM’s processor (CPU).

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