VmWareAssetSource

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

Bases: oci.cloud_bridge.models.asset_source.AssetSource

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
are_historical_metrics_collected Gets the are_historical_metrics_collected of this VmWareAssetSource.
are_realtime_metrics_collected Gets the are_realtime_metrics_collected of this VmWareAssetSource.
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_credentials [Required] Gets the discovery_credentials of this VmWareAssetSource.
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.
replication_credentials Gets the replication_credentials of this VmWareAssetSource.
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.
vcenter_endpoint [Required] Gets the vcenter_endpoint of this VmWareAssetSource.

Methods

__init__(**kwargs) Initializes a new VmWareAssetSource 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 VmWareAssetSource 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 VmWareAssetSource. Allowed values for this property are: “VMWARE”
  • id (str) – The value to assign to the id property of this VmWareAssetSource.
  • compartment_id (str) – The value to assign to the compartment_id property of this VmWareAssetSource.
  • display_name (str) – The value to assign to the display_name property of this VmWareAssetSource.
  • environment_id (str) – The value to assign to the environment_id property of this VmWareAssetSource.
  • inventory_id (str) – The value to assign to the inventory_id property of this VmWareAssetSource.
  • assets_compartment_id (str) – The value to assign to the assets_compartment_id property of this VmWareAssetSource.
  • discovery_schedule_id (str) – The value to assign to the discovery_schedule_id property of this VmWareAssetSource.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this VmWareAssetSource. 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 VmWareAssetSource.
  • time_created (datetime) – The value to assign to the time_created property of this VmWareAssetSource.
  • time_updated (datetime) – The value to assign to the time_updated property of this VmWareAssetSource.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmWareAssetSource.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmWareAssetSource.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VmWareAssetSource.
  • vcenter_endpoint (str) – The value to assign to the vcenter_endpoint property of this VmWareAssetSource.
  • discovery_credentials (oci.cloud_bridge.models.AssetSourceCredentials) – The value to assign to the discovery_credentials property of this VmWareAssetSource.
  • replication_credentials (oci.cloud_bridge.models.AssetSourceCredentials) – The value to assign to the replication_credentials property of this VmWareAssetSource.
  • are_historical_metrics_collected (bool) – The value to assign to the are_historical_metrics_collected property of this VmWareAssetSource.
  • are_realtime_metrics_collected (bool) – The value to assign to the are_realtime_metrics_collected property of this VmWareAssetSource.
are_historical_metrics_collected

Gets the are_historical_metrics_collected of this VmWareAssetSource. Flag indicating whether historical metrics are collected for assets, originating from this asset source.

Returns:The are_historical_metrics_collected of this VmWareAssetSource.
Return type:bool
are_realtime_metrics_collected

Gets the are_realtime_metrics_collected of this VmWareAssetSource. Flag indicating whether real-time metrics are collected for assets, originating from this asset source.

Returns:The are_realtime_metrics_collected of this VmWareAssetSource.
Return type:bool
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. 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 AssetSource.
Return type:dict(str, dict(str, object))
discovery_credentials

[Required] Gets the discovery_credentials of this VmWareAssetSource.

Returns:The discovery_credentials of this VmWareAssetSource.
Return type:oci.cloud_bridge.models.AssetSourceCredentials
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. 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 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

Gets the replication_credentials of this VmWareAssetSource.

Returns:The replication_credentials of this VmWareAssetSource.
Return type:oci.cloud_bridge.models.AssetSourceCredentials
system_tags

Gets the system_tags of this AssetSource. 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 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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