AwsAssetSourceSummary

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

Bases: oci.cloud_bridge.models.asset_source_summary.AssetSourceSummary

Summary of an AWS asset source provided in the list.

Attributes

LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
TYPE_AWS str(object=’’) -> str
TYPE_VMWARE str(object=’’) -> str
assets_compartment_id [Required] Gets the assets_compartment_id of this AssetSourceSummary.
aws_account_key [Required] Gets the aws_account_key of this AwsAssetSourceSummary.
aws_region [Required] Gets the aws_region of this AwsAssetSourceSummary.
compartment_id [Required] Gets the compartment_id of this AssetSourceSummary.
defined_tags Gets the defined_tags of this AssetSourceSummary.
display_name [Required] Gets the display_name of this AssetSourceSummary.
environment_id [Required] Gets the environment_id of this AssetSourceSummary.
freeform_tags Gets the freeform_tags of this AssetSourceSummary.
id [Required] Gets the id of this AssetSourceSummary.
inventory_id [Required] Gets the inventory_id of this AssetSourceSummary.
lifecycle_details [Required] Gets the lifecycle_details of this AssetSourceSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AssetSourceSummary.
system_tags Gets the system_tags of this AssetSourceSummary.
time_created Gets the time_created of this AssetSourceSummary.
time_updated Gets the time_updated of this AssetSourceSummary.
type [Required] Gets the type of this AssetSourceSummary.

Methods

__init__(**kwargs) Initializes a new AwsAssetSourceSummary 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.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
TYPE_AWS = 'AWS'
TYPE_VMWARE = 'VMWARE'
__init__(**kwargs)

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

Parameters:
  • type (str) – The value to assign to the type property of this AwsAssetSourceSummary. Allowed values for this property are: “VMWARE”, “AWS”
  • id (str) – The value to assign to the id property of this AwsAssetSourceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AwsAssetSourceSummary.
  • environment_id (str) – The value to assign to the environment_id property of this AwsAssetSourceSummary.
  • display_name (str) – The value to assign to the display_name property of this AwsAssetSourceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AwsAssetSourceSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “UPDATING”, “NEEDS_ATTENTION”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AwsAssetSourceSummary.
  • inventory_id (str) – The value to assign to the inventory_id property of this AwsAssetSourceSummary.
  • assets_compartment_id (str) – The value to assign to the assets_compartment_id property of this AwsAssetSourceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this AwsAssetSourceSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this AwsAssetSourceSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AwsAssetSourceSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AwsAssetSourceSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AwsAssetSourceSummary.
  • aws_region (str) – The value to assign to the aws_region property of this AwsAssetSourceSummary.
  • aws_account_key (str) – The value to assign to the aws_account_key property of this AwsAssetSourceSummary.
assets_compartment_id

[Required] Gets the assets_compartment_id of this AssetSourceSummary. The OCID of the compartment that is going to be used to create assets.

Returns:The assets_compartment_id of this AssetSourceSummary.
Return type:str
aws_account_key

[Required] Gets the aws_account_key of this AwsAssetSourceSummary. The key of customer’s aws account to be discovered/migrated.

Returns:The aws_account_key of this AwsAssetSourceSummary.
Return type:str
aws_region

[Required] Gets the aws_region of this AwsAssetSourceSummary. AWS region information, from where the resources are discovered.

Returns:The aws_region of this AwsAssetSourceSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this AssetSourceSummary. The OCID of the compartment for the resource.

Returns:The compartment_id of this AssetSourceSummary.
Return type:str
defined_tags

Gets the defined_tags of this AssetSourceSummary. 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 AssetSourceSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this AssetSourceSummary. A user-friendly name for the asset source. Does not have to be unique, and it’s mutable. Avoid entering confidential information.

Returns:The display_name of this AssetSourceSummary.
Return type:str
environment_id

[Required] Gets the environment_id of this AssetSourceSummary. The OCID of the environment.

Returns:The environment_id of this AssetSourceSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this AssetSourceSummary. 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 AssetSourceSummary.
Return type:dict(str, str)
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.

id

[Required] Gets the id of this AssetSourceSummary. The OCID of the resource.

Returns:The id of this AssetSourceSummary.
Return type:str
inventory_id

[Required] Gets the inventory_id of this AssetSourceSummary. The OCID of the inventory that will contain created assets.

Returns:The inventory_id of this AssetSourceSummary.
Return type:str
lifecycle_details

[Required] Gets the lifecycle_details of this AssetSourceSummary. The detailed state of the asset source.

Returns:The lifecycle_details of this AssetSourceSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AssetSourceSummary. The current state of the asset source.

Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “UPDATING”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this AssetSourceSummary.
Return type:str
system_tags

Gets the system_tags of this AssetSourceSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this AssetSourceSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this AssetSourceSummary. The time when the asset source was created in RFC3339 format.

Returns:The time_created of this AssetSourceSummary.
Return type:datetime
time_updated

Gets the time_updated of this AssetSourceSummary. The point in time that the asset source was last updated in RFC3339 format.

Returns:The time_updated of this AssetSourceSummary.
Return type:datetime
type

[Required] Gets the type of this AssetSourceSummary. The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.

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 type of this AssetSourceSummary.
Return type:str