Class InstanceGroupManagersResource.GetAvailableAcceleratorTopologiesRequest
Returns information about available accelerator topologies for a given MIG.
Inheritance
InstanceGroupManagersResource.GetAvailableAcceleratorTopologiesRequest
Implements
Inherited Members
ComputeBaseServiceRequest<InstanceGroupManagersGetAvailableAcceleratorTopologiesResponse>.OauthToken
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersResource.GetAvailableAcceleratorTopologiesRequest : ComputeBaseServiceRequest<InstanceGroupManagersGetAvailableAcceleratorTopologiesResponse>, IClientServiceRequest<InstanceGroupManagersGetAvailableAcceleratorTopologiesResponse>, IClientServiceRequest
Constructors
GetAvailableAcceleratorTopologiesRequest(IClientService, string, string, string)
Constructs a new GetAvailableAcceleratorTopologies request.
Declaration
public GetAvailableAcceleratorTopologiesRequest(IClientService service, string project, string zone, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | project | |
| string | zone | |
| string | resourceId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Project
Required. Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceId
Required. The name of the managed instance group. It should conform to RFC1035.
Declaration
[RequestParameter("resourceId", RequestParameterType.Path)]
public virtual string ResourceId { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Zone
Required. The name of thezone where the managed instance group is located. Name should conform to RFC1035.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes GetAvailableAcceleratorTopologies parameter list.
Declaration
protected override void InitParameters()