Name |
Returns |
connectVolumeToHost(String hostName, PSRestSession session, String volumeName)
|
PSHostVolume
|
createHost(PSHost host, PSRestSession session)
|
PSHost
|
deleteHost(String hostName, PSRestSession session)
|
PSHost
|
disconnectVolumeFromHost(String hostName, PSRestSession session, String volumeName)
|
PSHostVolume
|
getAll()
|
PSHost[]
|
getAllVolumeConnections(String hostName, PSRestSession session)
|
PSHostVolume[]
|
getHost(String hostName, PSRestSession session)
|
PSHost
|
getHosts(PSRestSession session)
|
PSHost[]
|
getPrivateVolumeConnections(String hostName, PSRestSession session)
|
PSHostVolume[]
|
getSharedVolumeConnections(String hostName, PSRestSession session)
|
PSHostVolume[]
|
updateHostByHostUpdateRequest(String hostName, PSRestSession session, PSHostUpdateRequest updateRequest)
|
PSHost
|
updateHostByJsonString(String hostName, PSRestSession session, String jsonBody)
|
PSHost
|