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_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.
defined_tags Gets the defined_tags of this SupportedCloudRegionSummary.
freeform_tags Gets the freeform_tags 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_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”, ‘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’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SupportedCloudRegionSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SupportedCloudRegionSummary.
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”, ‘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
defined_tags

Gets the defined_tags of this SupportedCloudRegionSummary. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this SupportedCloudRegionSummary.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this SupportedCloudRegionSummary. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this SupportedCloudRegionSummary.
Return type:dict(str, 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