From 271a917731bb3ee92de964735e16123fdbb7b061 Mon Sep 17 00:00:00 2001
From: amanp
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