Class OrganizationGlobalVmExtensionPoliciesResource.GetRequest
Gets details of an organization level GlobalVmExtensionPolicy.
Inheritance
OrganizationGlobalVmExtensionPoliciesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class OrganizationGlobalVmExtensionPoliciesResource.GetRequest : ComputeBaseServiceRequest<GlobalVmExtensionPolicy>, IClientServiceRequest<GlobalVmExtensionPolicy>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string organization, string globalVmExtensionPolicy)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | organization | |
| string | globalVmExtensionPolicy |
Properties
GlobalVmExtensionPolicy
Name of the GlobalVmExtensionPolicy resource to return.
Declaration
[RequestParameter("globalVmExtensionPolicy", RequestParameterType.Path)]
public virtual string GlobalVmExtensionPolicy { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
Organization
Organization ID for this request.
Declaration
[RequestParameter("organization", RequestParameterType.Path)]
public virtual string Organization { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()