Class OrganizationsResource.LocationsResource.FleetsResource
The "fleets" collection of methods.
Inherited Members
Namespace: Google.Apis.GKEHub.v1
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.FleetsResource
Constructors
FleetsResource(IClientService)
Constructs a new resource.
Declaration
public FleetsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Returns all fleets within an organization or a project that the caller has access to.
Declaration
public virtual OrganizationsResource.LocationsResource.FleetsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The organization or project to list for Fleets under, in the format
|
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.FleetsResource.ListRequest |