AssetSource

class oci.cloud_migrations.models.AssetSource(**kwargs)

Bases: object

Asset source.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a AssetSource.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AssetSource.
TYPE_VMWARE A constant which can be used with the type property of a AssetSource.
assets_compartment_id [Required] Gets the assets_compartment_id of this AssetSource.
compartment_id [Required] Gets the compartment_id of this AssetSource.
defined_tags Gets the defined_tags of this AssetSource.
discovery_schedule_id Gets the discovery_schedule_id of this AssetSource.
display_name [Required] Gets the display_name of this AssetSource.
environment_id [Required] Gets the environment_id of this AssetSource.
freeform_tags Gets the freeform_tags of this AssetSource.
id [Required] Gets the id of this AssetSource.
inventory_id [Required] Gets the inventory_id of this AssetSource.
lifecycle_details [Required] Gets the lifecycle_details of this AssetSource.
lifecycle_state [Required] Gets the lifecycle_state of this AssetSource.
system_tags Gets the system_tags of this AssetSource.
time_created [Required] Gets the time_created of this AssetSource.
time_updated [Required] Gets the time_updated of this AssetSource.
type [Required] Gets the type of this AssetSource.

Methods

__init__(**kwargs) Initializes a new AssetSource 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'

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

TYPE_VMWARE = 'VMWARE'

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

__init__(**kwargs)

Initializes a new AssetSource object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 AssetSource. Allowed values for this property are: “VMWARE”
  • id (str) – The value to assign to the id property of this AssetSource.
  • compartment_id (str) – The value to assign to the compartment_id property of this AssetSource.
  • display_name (str) – The value to assign to the display_name property of this AssetSource.
  • environment_id (str) – The value to assign to the environment_id property of this AssetSource.
  • inventory_id (str) – The value to assign to the inventory_id property of this AssetSource.
  • assets_compartment_id (str) – The value to assign to the assets_compartment_id property of this AssetSource.
  • discovery_schedule_id (str) – The value to assign to the discovery_schedule_id property of this AssetSource.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AssetSource. 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 AssetSource.
  • time_created (datetime) – The value to assign to the time_created property of this AssetSource.
  • time_updated (datetime) – The value to assign to the time_updated property of this AssetSource.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AssetSource.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AssetSource.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AssetSource.
assets_compartment_id

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

Returns:The assets_compartment_id of this AssetSource.
Return type:str
compartment_id

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

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

Gets the defined_tags of this AssetSource. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this AssetSource.
Return type:dict(str, dict(str, object))
discovery_schedule_id

Gets the discovery_schedule_id of this AssetSource. The OCID of an attached discovery schedule.

Returns:The discovery_schedule_id of this AssetSource.
Return type:str
display_name

[Required] Gets the display_name of this AssetSource. 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 AssetSource.
Return type:str
environment_id

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

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

Gets the freeform_tags of this AssetSource. Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this AssetSource.
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 AssetSource. The OCID of the resource.

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

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

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

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

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

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

Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “UPDATING”, “NEEDS_ATTENTION”

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

Gets the system_tags of this AssetSource. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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

[Required] Gets the time_created of this AssetSource. The time when the asset source was created in the RFC3339 format.

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

[Required] Gets the time_updated of this AssetSource. The point in time that the asset source was last updated in the RFC3339 format.

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

[Required] Gets the type of this AssetSource. 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”

Returns:The type of this AssetSource.
Return type:str