Class FetchStaticIpsRequest (1.0.0-beta02)

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

Request message for 'FetchStaticIps' request.

Inheritance

Object > FetchStaticIpsRequest

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.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 name resource of the Response type. 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
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
String