Class ProjectsResource.LocationsResource.ClustersResource.PromoteRequest
Promotes a SECONDARY cluster. This turns down replication from the PRIMARY cluster and promotes a secondary cluster into its own standalone cluster. Imperative only.
Inheritance
ProjectsResource.LocationsResource.ClustersResource.PromoteRequest
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.PromoteRequest : CloudAlloyDBAdminBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PromoteRequest(IClientService, PromoteClusterRequest, string)
Constructs a new Promote request.
Declaration
public PromoteRequest(IClientService service, PromoteClusterRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PromoteClusterRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the resource. For the required format, see the comment on the Cluster.name field
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 Promote parameter list.
Declaration
protected override void InitParameters()