public sealed class ListDbServersRequest : IMessage<ListDbServersRequest>, IEquatable<ListDbServersRequest>, IDeepCloneable<ListDbServersRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbServersRequest.
The request for DbServer.List
.
Implements
IMessageListDbServersRequest, IEquatableListDbServersRequest, IDeepCloneableListDbServersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListDbServersRequest()
public ListDbServersRequest()
ListDbServersRequest(ListDbServersRequest)
public ListDbServersRequest(ListDbServersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDbServersRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return. If unspecified, a maximum of 50 db servers will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
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 parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCloudExadataInfrastructureName
public CloudExadataInfrastructureName ParentAsCloudExadataInfrastructureName { get; set; }
CloudExadataInfrastructureName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CloudExadataInfrastructureName |