Class ProjectsResource.LocationsResource.FetchStaticIpsRequest
The FetchStaticIps API call exposes the static IP addresses used by Datastream.
Inheritance
ProjectsResource.LocationsResource.FetchStaticIpsRequest
Inherited Members
Namespace: Google.Apis.Datastream.v1
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FetchStaticIpsRequest : DatastreamBaseServiceRequest<FetchStaticIpsResponse>, IClientServiceRequest<FetchStaticIpsResponse>, IClientServiceRequest
Constructors
FetchStaticIpsRequest(IClientService, string)
Constructs a new FetchStaticIps request.
Declaration
public FetchStaticIpsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. The resource name for the location for which static IPs should be returned. Must be in the
format projects/*/locations/*
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
PageSize
Maximum number of Ips to return, will likely not be specified.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A page token, received from a previous ListStaticIps
call. will likely not be specified.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
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 FetchStaticIps parameter list.
Declaration
protected override void InitParameters()