Class InstancesResource.CloneRequest
Creates a Cloud SQL instance as a clone of the source instance. Using this operation might cause your instance to restart.
Inheritance
InstancesResource.CloneRequest
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class InstancesResource.CloneRequest : SQLAdminBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CloneRequest(IClientService, InstancesCloneRequest, string, string)
Constructs a new Clone request.
Declaration
public CloneRequest(IClientService service, InstancesCloneRequest body, string project, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
InstancesCloneRequest | body | |
string | project | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Project ID of the source as well as the clone Cloud SQL instance.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Clone parameter list.
Declaration
protected override void InitParameters()