Class VmwareSourceDetails (1.1.1)

VmwareSourceDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

VmwareSourceDetails message describes a specific source details for the vmware source type.

Attributes

NameDescription
username str
The credentials username.
password str
Input only. The credentials password. This is write only and can not be read in a GET operation.
vcenter_ip str
The ip address of the vcenter this Source represents.
thumbprint str
The thumbprint representing the certificate for the vcenter.

Inheritance

builtins.object > proto.message.Message > VmwareSourceDetails