public sealed class FetchStaticIpsRequest : IMessage<FetchStaticIpsRequest>, IEquatable<FetchStaticIpsRequest>, IDeepCloneable<FetchStaticIpsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Database Migration v1 API class FetchStaticIpsRequest.
Request message for 'FetchStaticIps' request.
Implements
IMessageFetchStaticIpsRequest, IEquatableFetchStaticIpsRequest, IDeepCloneableFetchStaticIpsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.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 resource name for the location for which static IPs should be
returned. Must be in the format projects/*/locations/*
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Maximum number of IPs to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous FetchStaticIps
call.
Property Value | |
---|---|
Type | Description |
string |