CustomersDeploymentsDevices
class CustomersDeploymentsDevices extends Resource (View source)
The "devices" collection of methods.
Typical usage is:
$prod_tt_sasportalService = new Google\Service\SASPortalTesting(...);
$devices = $prod_tt_sasportalService->customers_deployments_devices;
Methods
create(string $parent, SasPortalDevice $postBody, array $optParams = [])
Creates a device under a node or customer. (devices.create)
createSigned(string $parent, SasPortalCreateSignedDeviceRequest $postBody, array $optParams = [])
Creates a signed device under a node or customer. (devices.createSigned)
listCustomersDeploymentsDevices(string $parent, array $optParams = [])
Lists devices under a node or customer.
Details
SasPortalDevice
create(string $parent, SasPortalDevice $postBody, array $optParams = [])
Creates a device under a node or customer. (devices.create)
SasPortalDevice
createSigned(string $parent, SasPortalCreateSignedDeviceRequest $postBody, array $optParams = [])
Creates a signed device under a node or customer. (devices.createSigned)
SasPortalListDevicesResponse
listCustomersDeploymentsDevices(string $parent, array $optParams = [])
Lists devices under a node or customer.
(devices.listCustomersDeploymentsDevices)