Class ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource
The "cloudExadataInfrastructures" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource
Constructors
CloudExadataInfrastructuresResource(IClientService)
Constructs a new resource.
Declaration
public CloudExadataInfrastructuresResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
DbServers
Gets the DbServers resource.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource DbServers { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource |
Methods
Create(CloudExadataInfrastructure, string)
Creates a new Exadata Infrastructure in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.CreateRequest Create(CloudExadataInfrastructure body, string parent)
Parameters
Type | Name | Description |
---|---|---|
CloudExadataInfrastructure | body | The body of the request. |
string | parent | Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.CreateRequest |
Delete(string)
Deletes a single Exadata Infrastructure.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DeleteRequest |
Get(string)
Gets details of a single Exadata Infrastructure.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.GetRequest |
List(string)
Lists Exadata Infrastructures in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.ListRequest |