DataStream v1 API - Class FetchStaticIpsRequest (2.6.0)

public sealed class FetchStaticIpsRequest : IMessage<FetchStaticIpsRequest>, IEquatable<FetchStaticIpsRequest>, IDeepCloneable<FetchStaticIpsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the DataStream v1 API class FetchStaticIpsRequest.

Request message for 'FetchStaticIps' request.

Inheritance

object > FetchStaticIpsRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

FetchStaticIpsRequest()

public FetchStaticIpsRequest()

FetchStaticIpsRequest(FetchStaticIpsRequest)

public FetchStaticIpsRequest(FetchStaticIpsRequest other)
Parameter
NameDescription
otherFetchStaticIpsRequest

Properties

LocationName

public LocationName LocationName { get; set; }

LocationName-typed view over the Name resource name property.

Property Value
TypeDescription
LocationName

Name

public string Name { get; set; }

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Maximum number of Ips to return, will likely not be specified.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListStaticIps call. will likely not be specified.

Property Value
TypeDescription
string