Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::FetchStaticIpsRequest.
Request message for 'FetchStaticIps' request.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#name
def name() -> ::String
    Returns
    
  - 
        (::String) — Required. The resource name for the location for which static IPs should be
returned. Must be in the format 
projects/*/locations/*. 
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The resource name for the location for which static IPs should be
returned. Must be in the format 
projects/*/locations/*. 
    Returns
    
  - 
        (::String) — Required. The resource name for the location for which static IPs should be
returned. Must be in the format 
projects/*/locations/*. 
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — Maximum number of IPs to return.
 
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Maximum number of IPs to return.
 
    Returns
    
  - (::Integer) — Maximum number of IPs to return.
 
#page_token
def page_token() -> ::String
    Returns
    
  - 
        (::String) — A page token, received from a previous 
FetchStaticIpscall. 
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — A page token, received from a previous 
FetchStaticIpscall. 
    Returns
    
- 
        (::String) — A page token, received from a previous 
FetchStaticIpscall.