SupportedCloudRegionSummary

class oci.cloud_bridge.models.SupportedCloudRegionSummary(**kwargs)

Bases: object

Summary of the supported cloud region.

Attributes

ASSET_SOURCE_TYPE_AWS A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary.
ASSET_SOURCE_TYPE_OLVM A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary.
ASSET_SOURCE_TYPE_VMWARE A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a SupportedCloudRegionSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a SupportedCloudRegionSummary.
asset_source_type [Required] Gets the asset_source_type of this SupportedCloudRegionSummary.
lifecycle_state [Required] Gets the lifecycle_state of this SupportedCloudRegionSummary.
name [Required] Gets the name of this SupportedCloudRegionSummary.

Methods

__init__(**kwargs) Initializes a new SupportedCloudRegionSummary object with values from keyword arguments.
ASSET_SOURCE_TYPE_AWS = 'AWS'

A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary. This constant has a value of “AWS”

ASSET_SOURCE_TYPE_OLVM = 'OLVM'

A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary. This constant has a value of “OLVM”

ASSET_SOURCE_TYPE_VMWARE = 'VMWARE'

A constant which can be used with the asset_source_type property of a SupportedCloudRegionSummary. This constant has a value of “VMWARE”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a SupportedCloudRegionSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a SupportedCloudRegionSummary. This constant has a value of “INACTIVE”

__init__(**kwargs)

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

Parameters:
  • asset_source_type (str) – The value to assign to the asset_source_type property of this SupportedCloudRegionSummary. Allowed values for this property are: “VMWARE”, “AWS”, “OLVM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • name (str) – The value to assign to the name property of this SupportedCloudRegionSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this SupportedCloudRegionSummary. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
asset_source_type

[Required] Gets the asset_source_type of this SupportedCloudRegionSummary. The asset source type associated with the supported cloud region.

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

Returns:The asset_source_type of this SupportedCloudRegionSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this SupportedCloudRegionSummary. The current state of the supported cloud region.

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

Returns:The lifecycle_state of this SupportedCloudRegionSummary.
Return type:str
name

[Required] Gets the name of this SupportedCloudRegionSummary. The supported cloud region name.

Returns:The name of this SupportedCloudRegionSummary.
Return type:str