📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cloud_bridge
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_bridge/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vm_ware_asset_source_details.pyc
a N��f�* � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateAssetSourceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CreateVmWareAssetSourceDetailsz) Description of an asset source. c K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new CreateVmWareAssetSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_bridge.models.CreateVmWareAssetSourceDetails.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): :param type: The value to assign to the type property of this CreateVmWareAssetSourceDetails. Allowed values for this property are: "VMWARE" :type type: str :param display_name: The value to assign to the display_name property of this CreateVmWareAssetSourceDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateVmWareAssetSourceDetails. :type compartment_id: str :param environment_id: The value to assign to the environment_id property of this CreateVmWareAssetSourceDetails. :type environment_id: str :param inventory_id: The value to assign to the inventory_id property of this CreateVmWareAssetSourceDetails. :type inventory_id: str :param assets_compartment_id: The value to assign to the assets_compartment_id property of this CreateVmWareAssetSourceDetails. :type assets_compartment_id: str :param discovery_schedule_id: The value to assign to the discovery_schedule_id property of this CreateVmWareAssetSourceDetails. :type discovery_schedule_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVmWareAssetSourceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVmWareAssetSourceDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this CreateVmWareAssetSourceDetails. :type system_tags: dict(str, dict(str, object)) :param vcenter_endpoint: The value to assign to the vcenter_endpoint property of this CreateVmWareAssetSourceDetails. :type vcenter_endpoint: str :param discovery_credentials: The value to assign to the discovery_credentials property of this CreateVmWareAssetSourceDetails. :type discovery_credentials: oci.cloud_bridge.models.AssetSourceCredentials :param replication_credentials: The value to assign to the replication_credentials property of this CreateVmWareAssetSourceDetails. :type replication_credentials: oci.cloud_bridge.models.AssetSourceCredentials :param are_historical_metrics_collected: The value to assign to the are_historical_metrics_collected property of this CreateVmWareAssetSourceDetails. :type are_historical_metrics_collected: bool :param are_realtime_metrics_collected: The value to assign to the are_realtime_metrics_collected property of this CreateVmWareAssetSourceDetails. :type are_realtime_metrics_collected: bool �strzdict(str, str)zdict(str, dict(str, object))�AssetSourceCredentials�bool)�type�display_name�compartment_id�environment_id�inventory_id�assets_compartment_id�discovery_schedule_id� freeform_tags�defined_tags�system_tags�vcenter_endpoint�discovery_credentials�replication_credentials� are_historical_metrics_collected�are_realtime_metrics_collectedr �displayName� compartmentId� environmentId�inventoryId�assetsCompartmentId�discoveryScheduleId�freeformTags�definedTags� systemTags�vcenterEndpoint�discoveryCredentials�replicationCredentials�areHistoricalMetricsCollected�areRealtimeMetricsCollectedN�VMWARE)� swagger_types� attribute_map�_type� _display_name�_compartment_id�_environment_id� _inventory_id�_assets_compartment_id�_discovery_schedule_id�_freeform_tags� _defined_tags�_system_tags�_vcenter_endpoint�_discovery_credentials�_replication_credentials�!_are_historical_metrics_collected�_are_realtime_metrics_collected)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/create_vm_ware_asset_source_details.py�__init__ s` E��z'CreateVmWareAssetSourceDetails.__init__c C s | j S )a1 **[Required]** Gets the vcenter_endpoint of this CreateVmWareAssetSourceDetails. Endpoint for VMware asset discovery and replication in the form of ```https://<host>:<port>/sdk``` :return: The vcenter_endpoint of this CreateVmWareAssetSourceDetails. :rtype: str �r6 �r; r= r= r>