public sealed class FetchStaticIpsRequest : IMessage<FetchStaticIpsRequest>, IEquatable<FetchStaticIpsRequest>, IDeepCloneable<FetchStaticIpsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for 'FetchStaticIps' request.
Implements
IMessage<FetchStaticIpsRequest>, IEquatable<FetchStaticIpsRequest>, IDeepCloneable<FetchStaticIpsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
FetchStaticIpsRequest()
public FetchStaticIpsRequest()
FetchStaticIpsRequest(FetchStaticIpsRequest)
public FetchStaticIpsRequest(FetchStaticIpsRequest other)
Parameter | |
---|---|
Name | Description |
other | FetchStaticIpsRequest |
Properties
LocationName
public LocationName LocationName { get; set; }
LocationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Name
public string Name { get; set; }
Required. The name resource of the Response type. Must be in the
format projects/*/locations/*
.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Maximum number of Ips to return, will likely not be specified.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListStaticIps
call.
will likely not be specified.
Property Value | |
---|---|
Type | Description |
String |