class Aws::SMS::Types::VmServer

Represents a VM server.

@note When making an API call, you may pass VmServer

data as a hash:

    {
      vm_server_address: {
        vm_manager_id: "VmManagerId",
        vm_id: "VmId",
      },
      vm_name: "VmName",
      vm_manager_name: "VmManagerName",
      vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
      vm_path: "VmPath",
    }

@!attribute [rw] vm_server_address

The VM server location.
@return [Types::VmServerAddress]

@!attribute [rw] vm_name

The name of the VM.
@return [String]

@!attribute [rw] vm_manager_name

The name of the VM manager.
@return [String]

@!attribute [rw] vm_manager_type

The type of VM management product.
@return [String]

@!attribute [rw] vm_path

The VM folder path in the vCenter Server virtual machine inventory
tree.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/VmServer AWS API Documentation

Constants

SENSITIVE