Class ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource
The "odbSubnets" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource
Constructors
OdbSubnetsResource(IClientService)
Constructs a new resource.
Declaration
public OdbSubnetsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(OdbSubnet, string)
Creates a new ODB Subnet in a given ODB Network.
Declaration
public virtual ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.CreateRequest Create(OdbSubnet body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| OdbSubnet | body | The body of the request. |
| string | parent | Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.CreateRequest |
Delete(string)
Deletes a single ODB Subnet.
Declaration
public virtual ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.DeleteRequest |
Get(string)
Gets details of a single ODB Subnet.
Declaration
public virtual ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.GetRequest |
List(string)
Lists all the ODB Subnets in a given ODB Network.
Declaration
public virtual ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource.ListRequest |