Class GlobalAddressesResource.GetOwnerInstanceRequest
Find owner instance from given ip address
Inheritance
System.Object
GlobalAddressesResource.GetOwnerInstanceRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GetOwnerInstanceRequest : ComputeBaseServiceRequest<GetOwnerInstanceResponse>, IClientServiceRequest<GetOwnerInstanceResponse>, IClientServiceRequest
Constructors
GetOwnerInstanceRequest(IClientService, String)
Constructs a new GetOwnerInstance request.
Declaration
public GetOwnerInstanceRequest(IClientService service, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | project |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.alpha.Data.GetOwnerInstanceResponse>.HttpMethod
IpAddress
The ip_address could be external IPv4, or internal IPv4 within IPv6 form of virtual_network_id with internal IPv4. IPv6 is not supported yet.
Declaration
[RequestParameter("ipAddress", RequestParameterType.Query)]
public virtual string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.alpha.Data.GetOwnerInstanceResponse>.MethodName
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.alpha.Data.GetOwnerInstanceResponse>.RestPath
Methods
InitParameters()
Initializes GetOwnerInstance parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.alpha.ComputeBaseServiceRequest<Google.Apis.Compute.alpha.Data.GetOwnerInstanceResponse>.InitParameters()