public sealed class FetchStaticIpsRequest : IMessage<FetchStaticIpsRequest>, IEquatable<FetchStaticIpsRequest>, IDeepCloneable<FetchStaticIpsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the DataStream v1alpha1 API class FetchStaticIpsRequest.
Request message for 'FetchStaticIps' request.
Implements
IMessageFetchStaticIpsRequest, IEquatableFetchStaticIpsRequest, IDeepCloneableFetchStaticIpsRequest, 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 |
int |
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 |