Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest.
Instance reset SSL config request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::String
Returns
- (::String) — Cloud SQL instance ID. This does not include the project ID.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
- (::String) — Cloud SQL instance ID. This does not include the project ID.
#mode
def mode() -> ::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode
Returns
- (::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode) — Optional. Reset SSL mode to use.
#mode=
def mode=(value) -> ::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode
Parameter
- value (::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode) — Optional. Reset SSL mode to use.
Returns
- (::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode) — Optional. Reset SSL mode to use.
#project
def project() -> ::String
Returns
- (::String) — Project ID of the project that contains the instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID of the project that contains the instance.
Returns
- (::String) — Project ID of the project that contains the instance.