Class: Aws::SMS::Types::VmServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::VmServer
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Represents a VM server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vm_manager_name ⇒ String
The name of the VM manager.
-
#vm_manager_type ⇒ String
The type of VM management product.
-
#vm_name ⇒ String
The name of the VM.
-
#vm_path ⇒ String
The VM folder path in the vCenter Server virtual machine inventory tree.
-
#vm_server_address ⇒ Types::VmServerAddress
The VM server location.
Instance Attribute Details
#vm_manager_name ⇒ String
The name of the VM manager.
2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File '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_type ⇒ String
The type of VM management product.
2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File '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_name ⇒ String
The name of the VM.
2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File '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_path ⇒ String
The VM folder path in the vCenter Server virtual machine inventory tree.
2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File '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_address ⇒ Types::VmServerAddress
The VM server location.
2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File '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 |