You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SMS::Types::VmServer

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VmServer as input to an Aws::Client method, you can use a vanilla 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",
}

Represents a VM server.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#vm_manager_nameString

The name of the VM manager.

Returns:

  • (String)

    The name of the VM manager.

#vm_manager_typeString

The type of VM management product.

Possible values:

  • VSPHERE
  • SCVMM
  • HYPERV-MANAGER

Returns:

  • (String)

    The type of VM management product.

#vm_nameString

The name of the VM.

Returns:

  • (String)

    The name of the VM.

#vm_pathString

The VM folder path in the vCenter Server virtual machine inventory tree.

Returns:

  • (String)

    The VM folder path in the vCenter Server virtual machine inventory tree.

#vm_server_addressTypes::VmServerAddress

The VM server location.

Returns: