public sealed class ListManagementServersRequest : IMessage<ListManagementServersRequest>, IEquatable<ListManagementServersRequest>, IDeepCloneable<ListManagementServersRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Backup and DR Service v1 API class ListManagementServersRequest.
Request message for listing management servers.
Implements
IMessageListManagementServersRequest, IEquatableListManagementServersRequest, IDeepCloneableListManagementServersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListManagementServersRequest()
public ListManagementServersRequest()
ListManagementServersRequest(ListManagementServersRequest)
public ListManagementServersRequest(ListManagementServersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListManagementServersRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results.
Property Value | |
---|---|
Type | Description |
string |
HasFilter
public bool HasFilter { get; }
Gets whether the "filter" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasOrderBy
public bool HasOrderBy { get; }
Gets whether the "order_by" field is set
Property Value | |
---|---|
Type | Description |
bool |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location for which to retrieve management servers
information, in the format projects/{project_id}/locations/{location}
. In
Cloud BackupDR, locations map to GCP regions, for example us-central1.
To retrieve management servers for all locations, use "-" for the
{location}
value.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |