Class InterconnectAttachmentGroupsResource.GetOperationalStatusRequest
Returns the InterconnectAttachmentStatuses for the specified InterconnectAttachmentGroup resource.
Inheritance
InterconnectAttachmentGroupsResource.GetOperationalStatusRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentGroupsResource.GetOperationalStatusRequest : ComputeBaseServiceRequest<InterconnectAttachmentGroupsGetOperationalStatusResponse>, IClientServiceRequest<InterconnectAttachmentGroupsGetOperationalStatusResponse>, IClientServiceRequest
Constructors
GetOperationalStatusRequest(IClientService, string, string)
Constructs a new GetOperationalStatus request.
Declaration
public GetOperationalStatusRequest(IClientService service, string project, string interconnectAttachmentGroup)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project | |
string | interconnectAttachmentGroup |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InterconnectAttachmentGroup
Name of the interconnectAttachmentGroup resource to query.
Declaration
[RequestParameter("interconnectAttachmentGroup", RequestParameterType.Path)]
public virtual string InterconnectAttachmentGroup { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { 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 GetOperationalStatus parameter list.
Declaration
protected override void InitParameters()
Overrides
ComputeBaseServiceRequest<InterconnectAttachmentGroupsGetOperationalStatusResponse>.InitParameters()