BatchContextShapeSummary

class oci.batch.models.BatchContextShapeSummary(**kwargs)

Bases: object

Details about a shape for a container instance.

Methods

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

Attributes

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

Initializes a new BatchContextShapeSummary 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 BatchContextShapeSummary.
  • memory_options (oci.batch.models.ShapeMemoryOptions) – The value to assign to the memory_options property of this BatchContextShapeSummary.
  • networking_bandwidth_options (oci.batch.models.ShapeNetworkingBandwidthOptions) – The value to assign to the networking_bandwidth_options property of this BatchContextShapeSummary.
  • ocpu_options (oci.batch.models.ShapeOcpuOptions) – The value to assign to the ocpu_options property of this BatchContextShapeSummary.
  • processor_description (str) – The value to assign to the processor_description property of this BatchContextShapeSummary.
memory_options

Gets the memory_options of this BatchContextShapeSummary.

Returns:The memory_options of this BatchContextShapeSummary.
Return type:oci.batch.models.ShapeMemoryOptions
name

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

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

Gets the networking_bandwidth_options of this BatchContextShapeSummary.

Returns:The networking_bandwidth_options of this BatchContextShapeSummary.
Return type:oci.batch.models.ShapeNetworkingBandwidthOptions
ocpu_options

Gets the ocpu_options of this BatchContextShapeSummary.

Returns:The ocpu_options of this BatchContextShapeSummary.
Return type:oci.batch.models.ShapeOcpuOptions
processor_description

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

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