Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ExportContext::SqlTdeExportOptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate_path
def certificate_path() -> ::String
Returns
- (::String) — Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the bucket. Applicable only for SQL Server instances.
#certificate_path=
def certificate_path=(value) -> ::String
Parameter
- value (::String) — Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the bucket. Applicable only for SQL Server instances.
Returns
- (::String) — Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the bucket. Applicable only for SQL Server instances.
#name
def name() -> ::String
Returns
- (::String) — Required. Certificate name. Applicable only for SQL Server instances.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Certificate name. Applicable only for SQL Server instances.
Returns
- (::String) — Required. Certificate name. Applicable only for SQL Server instances.
#private_key_password
def private_key_password() -> ::String
Returns
- (::String) — Required. Password that encrypts the private key.
#private_key_password=
def private_key_password=(value) -> ::String
Parameter
- value (::String) — Required. Password that encrypts the private key.
Returns
- (::String) — Required. Password that encrypts the private key.
#private_key_path
def private_key_path() -> ::String
Returns
- (::String) — Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.
#private_key_path=
def private_key_path=(value) -> ::String
Parameter
- value (::String) — Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.
Returns
- (::String) — Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.