diff --git a/vmc/_sources/index.rst.txt b/vmc/_sources/index.rst.txt index 90caf0fe..02ee67d0 100644 --- a/vmc/_sources/index.rst.txt +++ b/vmc/_sources/index.rst.txt @@ -1,5 +1,5 @@ .. vmc documentation master file, created by - sphinx-quickstart on Wed Nov 20 05:03:38 2019. + sphinx-quickstart on Fri Dec 6 04:33:35 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. diff --git a/vmc/_static/documentation_options.js b/vmc/_static/documentation_options.js index 1722f745..d1e0af78 100644 --- a/vmc/_static/documentation_options.js +++ b/vmc/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.18.0', + VERSION: '1.19.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff --git a/vmc/com.html b/vmc/com.html index 3d5181b9..3f106810 100644 --- a/vmc/com.html +++ b/vmc/com.html @@ -8,7 +8,7 @@ -
com.vmware.vmc.model_client.
Agent
(internal_ip=None, cert_enabled=None, management_ip=None, hostname_verifier_enabled=None, network_netmask=None, network_gateway=None, provider='Agent', is_master=None, agent_state=None, agent_url=None)¶com.vmware.vmc.model_client.
Agent
(internal_ip=None, agent_url=None, management_ip=None, hostname_verifier_enabled=None, master=None, network_netmask=None, network_gateway=None, provider='Agent', cert_enabled=None, agent_state=None)¶
Bases: vmware.vapi.bindings.struct.VapiStruct
Tip
@@ -360,17 +360,19 @@ names.internal_ip (str
or None
) – The internal IP address of the agent which is provided by the
underlying cloud provider
cert_enabled (bool
or None
) – Boolean flag to indicate if the agent is using CA signed
-certificate
agent_url (str
or None
) – The accessible URL of the agent service, it is resolved to public
+IP address from the Internet and private IP address within SDDC
management_ip (str
or None
) – The internal management IP address of the agent exposed to the
SDDC, which might be different from the internal IP
hostname_verifier_enabled (bool
or None
) – Boolean flag to indicate if the agent is using FQDN in the
certificate
master (bool
or None
) – Boolean flag to indicate if the agent is the master, only the
+master Agent is accessible
network_netmask (str
or None
) – Network netmask of the agent
network_gateway (str
or None
) – Network gateway of the agent
provider (str
) – The cloud provider
is_master (bool
or None
) – Boolean flag to indicate if the agent is the master, only the
-master Agent is accessible
cert_enabled (bool
or None
) – Boolean flag to indicate if the agent is using CA signed
+certificate
agent_state (str
or None
) –
Possible values are:
Agent state
agent_url (str
or None
) – The accessible URL of the agent service, it is resolved to public
-IP address from the Internet and private IP address within SDDC
com.vmware.vmc.model_client.
AwsAgent
(instance_id=None, key_pair=None, internal_ip=None, cert_enabled=None, management_ip=None, hostname_verifier_enabled=None, network_netmask=None, network_gateway=None, provider='AWS', is_master=None, agent_state=None, agent_url=None)¶com.vmware.vmc.model_client.
AwsAgent
(instance_id=None, key_pair=None, internal_ip=None, agent_url=None, management_ip=None, hostname_verifier_enabled=None, master=None, network_netmask=None, network_gateway=None, provider='AWS', cert_enabled=None, agent_state=None)¶
Bases: vmware.vapi.bindings.struct.VapiStruct
Tip
@@ -550,17 +550,19 @@ names.key_pair (AwsKeyPair
or None
) –
internal_ip (str
or None
) – The internal IP address of the agent which is provided by the
underlying cloud provider
cert_enabled (bool
or None
) – Boolean flag to indicate if the agent is using CA signed
-certificate
agent_url (str
or None
) – The accessible URL of the agent service, it is resolved to public
+IP address from the Internet and private IP address within SDDC
management_ip (str
or None
) – The internal management IP address of the agent exposed to the
SDDC, which might be different from the internal IP
hostname_verifier_enabled (bool
or None
) – Boolean flag to indicate if the agent is using FQDN in the
certificate
master (bool
or None
) – Boolean flag to indicate if the agent is the master, only the
+master Agent is accessible
network_netmask (str
or None
) – Network netmask of the agent
network_gateway (str
or None
) – Network gateway of the agent
provider (str
) – The cloud provider
is_master (bool
or None
) – Boolean flag to indicate if the agent is the master, only the
-master Agent is accessible
cert_enabled (bool
or None
) – Boolean flag to indicate if the agent is using CA signed
+certificate
agent_state (str
or None
) –
Possible values are:
Agent state
agent_url (str
or None
) – The accessible URL of the agent service, it is resolved to public
-IP address from the Internet and private IP address within SDDC