class Aws::SMS::Types::ServerGroup
Logical grouping of servers.
@note When making an API call, you may pass ServerGroup
data as a hash: { server_group_id: "ServerGroupId", name: "ServerGroupName", server_list: [ { server_id: "ServerId", server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE vm_server: { 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", }, replication_job_id: "ReplicationJobId", replication_job_terminated: false, }, ], }
@!attribute [rw] server_group_id
The ID of a server group. @return [String]
@!attribute [rw] name
The name of a server group. @return [String]
@!attribute [rw] server_list
The servers that belong to a server group. @return [Array<Types::Server>]
@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ServerGroup AWS API Documentation
Constants
- SENSITIVE