Class ListCloudVmClustersResponse
The response for CloudVmCluster.List
.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ListCloudVmClustersResponse : IDirectResponseSchema
Properties
CloudVmClusters
The list of VM Clusters.
Declaration
[JsonProperty("cloudVmClusters")]
public virtual IList<CloudVmCluster> CloudVmClusters { get; set; }
Property Value
Type | Description |
---|---|
IList<CloudVmCluster> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to fetch the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |