public sealed class ListCloudExadataInfrastructuresResponse : IMessage<ListCloudExadataInfrastructuresResponse>, IEquatable<ListCloudExadataInfrastructuresResponse>, IDeepCloneable<ListCloudExadataInfrastructuresResponse>, IBufferMessage, IMessage, IPageResponse<CloudExadataInfrastructure>, IEnumerable<CloudExadataInfrastructure>, IEnumerable
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListCloudExadataInfrastructuresResponse.
The response for CloudExadataInfrastructures.list
.
Implements
IMessageListCloudExadataInfrastructuresResponse, IEquatableListCloudExadataInfrastructuresResponse, IDeepCloneableListCloudExadataInfrastructuresResponse, IBufferMessage, IMessage, IPageResponseCloudExadataInfrastructure, IEnumerableCloudExadataInfrastructure, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListCloudExadataInfrastructuresResponse()
public ListCloudExadataInfrastructuresResponse()
ListCloudExadataInfrastructuresResponse(ListCloudExadataInfrastructuresResponse)
public ListCloudExadataInfrastructuresResponse(ListCloudExadataInfrastructuresResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCloudExadataInfrastructuresResponse |
Properties
CloudExadataInfrastructures
public RepeatedField<CloudExadataInfrastructure> CloudExadataInfrastructures { get; }
The list of Exadata Infrastructures.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCloudExadataInfrastructure |
NextPageToken
public string NextPageToken { get; set; }
A token for fetching next page of response.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<CloudExadataInfrastructure> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCloudExadataInfrastructure |