Name | Type | Description |
---|---|---|
displayName | String | HostGroup Display name |
hosts | String[] | HostGroup hosts |
id | String | Host Group id for unique identification(internal use) |
name | String | HostGroup name |
Name | Returns |
---|---|
PSHostGroup() | constructor |
connectVolumeToHostGroup(String volumeName) | PSHostVolume |
destroy() | PSHostGroup |
disconnectVolumeFromHostGroup(String volumeName) | PSHostVolume |
getAllVolumeConnections() | PSHostVolume[] |
getSession() | PSRestSession |
update(PSHostGroupRequest hostGroupRequest) | PSHostGroup |
Method | Returns |
---|---|
PSFlashArray.getHostGroup(String name) | PSHostGroup |
PSFlashArray.getHostGroups() | PSHostGroup[] |
PSHostGroup.destroy() | PSHostGroup |
PSHostGroup.update(PSHostGroupRequest hostGroupRequest) | PSHostGroup |
PSHostGroupManager.createHostGroup(String hostGroupName, PSRestSession session) | PSHostGroup |
PSHostGroupManager.createHostGroupWithHostGroupRequest(PSHostGroupRequest hostGroupRequest, PSRestSession session) | PSHostGroup |
PSHostGroupManager.deleteHostGroup(String hostGroupName, PSRestSession session) | PSHostGroup |
PSHostGroupManager.getAll() | PSHostGroup[] |
PSHostGroupManager.getHostGroup(String name, PSRestSession session) | PSHostGroup |
PSHostGroupManager.getHostGroups(PSRestSession session) | PSHostGroup[] |
PSHostGroupManager.updateHostGroup(String hostGroupName, PSHostGroupRequest hostGroupRequest, PSRestSession session) | PSHostGroup |
PSHostGroupManager.updateHostGroupByJsonString(String hostGroupName, String jsonBody, PSRestSession session) | PSHostGroup |
None |
---|