Class: Google::Cloud::VMMigration::V1::VmwareSourceDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::VmwareSourceDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
VmwareSourceDetails message describes a specific source details for the vmware source type.
Instance Attribute Summary collapse
-
#password ⇒ ::String
Input only.
-
#thumbprint ⇒ ::String
The thumbprint representing the certificate for the vcenter.
-
#username ⇒ ::String
The credentials username.
-
#vcenter_ip ⇒ ::String
The ip address of the vcenter this Source represents.
Instance Attribute Details
#password ⇒ ::String
Returns Input only. The credentials password. This is write only and can not be read in a GET operation.
634 635 636 637 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 634 class VmwareSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#thumbprint ⇒ ::String
Returns The thumbprint representing the certificate for the vcenter.
634 635 636 637 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 634 class VmwareSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns The credentials username.
634 635 636 637 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 634 class VmwareSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vcenter_ip ⇒ ::String
Returns The ip address of the vcenter this Source represents.
634 635 636 637 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 634 class VmwareSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |