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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Represents a VM server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vm_manager_nameString

The name of the VM manager.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2237

class VmServer < Struct.new(
  :vm_server_address,
  :vm_name,
  :vm_manager_name,
  :vm_manager_type,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_manager_typeString

The type of VM management product.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2237

class VmServer < Struct.new(
  :vm_server_address,
  :vm_name,
  :vm_manager_name,
  :vm_manager_type,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_nameString

The name of the VM.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2237

class VmServer < Struct.new(
  :vm_server_address,
  :vm_name,
  :vm_manager_name,
  :vm_manager_type,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_pathString

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

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2237

class VmServer < Struct.new(
  :vm_server_address,
  :vm_name,
  :vm_manager_name,
  :vm_manager_type,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_server_addressTypes::VmServerAddress

The VM server location.



2237
2238
2239
2240
2241
2242
2243
2244
2245
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2237

class VmServer < Struct.new(
  :vm_server_address,
  :vm_name,
  :vm_manager_name,
  :vm_manager_type,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end