OrganizationsLocationsCustomersWorkloadsResource class
Constructors
- OrganizationsLocationsCustomersWorkloadsResource(ApiRequester client)
Properties
- accessApprovalRequests → OrganizationsLocationsCustomersWorkloadsAccessApprovalRequestsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violations → OrganizationsLocationsCustomersWorkloadsViolationsResource
-
no setter
Methods
-
get(
String name, {String? $fields}) → Future< Workload> - Gets details of a single workload
-
getEkmConnections(
String name, {String? $fields}) → Future< EkmConnections> - Gets the EKM connections associated with a workload
-
getPartnerPermissions(
String name, {String? $fields}) → Future< PartnerPermissions> - Gets the partner permissions granted for a workload
-
list(
String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) → Future< ListWorkloadsResponse> - Lists customer workloads for a given customer org id
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited