ManagedEgressStandaloneJobInfrastructureConfigurationDetails

class oci.data_science.models.ManagedEgressStandaloneJobInfrastructureConfigurationDetails(**kwargs)

Bases: oci.data_science.models.job_infrastructure_configuration_details.JobInfrastructureConfigurationDetails

The standalone job infrastructure configuration with network egress settings preconfigured.

Attributes

JOB_INFRASTRUCTURE_TYPE_ME_STANDALONE str(object=’’) -> str
JOB_INFRASTRUCTURE_TYPE_STANDALONE str(object=’’) -> str
block_storage_size_in_gbs [Required] Gets the block_storage_size_in_gbs of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
job_infrastructure_type [Required] Gets the job_infrastructure_type of this JobInfrastructureConfigurationDetails.
job_shape_config_details Gets the job_shape_config_details of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
shape_name [Required] Gets the shape_name of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new ManagedEgressStandaloneJobInfrastructureConfigurationDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
JOB_INFRASTRUCTURE_TYPE_ME_STANDALONE = 'ME_STANDALONE'
JOB_INFRASTRUCTURE_TYPE_STANDALONE = 'STANDALONE'
__init__(**kwargs)

Initializes a new ManagedEgressStandaloneJobInfrastructureConfigurationDetails object with values from keyword arguments. The default value of the job_infrastructure_type attribute of this class is ME_STANDALONE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • job_infrastructure_type (str) – The value to assign to the job_infrastructure_type property of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails. Allowed values for this property are: “STANDALONE”, “ME_STANDALONE”
  • shape_name (str) – The value to assign to the shape_name property of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
  • block_storage_size_in_gbs (int) – The value to assign to the block_storage_size_in_gbs property of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
  • job_shape_config_details (oci.data_science.models.JobShapeConfigDetails) – The value to assign to the job_shape_config_details property of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
block_storage_size_in_gbs

[Required] Gets the block_storage_size_in_gbs of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails. The size of the block storage volume to attach to the instance running the job

Returns:The block_storage_size_in_gbs of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
Return type:int
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

job_infrastructure_type

[Required] Gets the job_infrastructure_type of this JobInfrastructureConfigurationDetails. The infrastructure type used for job run.

Allowed values for this property are: “STANDALONE”, “ME_STANDALONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The job_infrastructure_type of this JobInfrastructureConfigurationDetails.
Return type:str
job_shape_config_details

Gets the job_shape_config_details of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.

Returns:The job_shape_config_details of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
Return type:oci.data_science.models.JobShapeConfigDetails
shape_name

[Required] Gets the shape_name of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails. The shape used to launch the job run instances.

Returns:The shape_name of this ManagedEgressStandaloneJobInfrastructureConfigurationDetails.
Return type:str