VmWareAssetSourceSummary

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

Bases: oci.cloud_bridge.models.asset_source_summary.AssetSourceSummary

Description of an asset source.

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_VMWARE str(object=’’) -> str
assets_compartment_id [Required] Gets the assets_compartment_id of this AssetSourceSummary.
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.
vcenter_endpoint [Required] Gets the vcenter_endpoint of this VmWareAssetSourceSummary.

Methods

__init__(**kwargs) Initializes a new VmWareAssetSourceSummary 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_VMWARE = 'VMWARE'
__init__(**kwargs)

Initializes a new VmWareAssetSourceSummary object with values from keyword arguments. The default value of the type attribute of this class is VMWARE 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 VmWareAssetSourceSummary. Allowed values for this property are: “VMWARE”
  • id (str) – The value to assign to the id property of this VmWareAssetSourceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this VmWareAssetSourceSummary.
  • environment_id (str) – The value to assign to the environment_id property of this VmWareAssetSourceSummary.
  • display_name (str) – The value to assign to the display_name property of this VmWareAssetSourceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this VmWareAssetSourceSummary. 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 VmWareAssetSourceSummary.
  • inventory_id (str) – The value to assign to the inventory_id property of this VmWareAssetSourceSummary.
  • assets_compartment_id (str) – The value to assign to the assets_compartment_id property of this VmWareAssetSourceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this VmWareAssetSourceSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this VmWareAssetSourceSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmWareAssetSourceSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmWareAssetSourceSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VmWareAssetSourceSummary.
  • vcenter_endpoint (str) – The value to assign to the vcenter_endpoint property of this VmWareAssetSourceSummary.
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
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”, ‘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
vcenter_endpoint

[Required] Gets the vcenter_endpoint of this VmWareAssetSourceSummary. Endpoint for VMware asset discovery and replication in the form of `https://<host>:<port>/sdk`

Returns:The vcenter_endpoint of this VmWareAssetSourceSummary.
Return type:str