Class: Google::Cloud::Sql::V1beta4::SqlInstancesResetSslConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb

Defined Under Namespace

Modules: ResetSslMode

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

Returns Cloud SQL instance ID. This does not include the project ID.

Returns:

  • (::String)

    Cloud SQL instance ID. This does not include the project ID.



557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 557

class SqlInstancesResetSslConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Reset SSL mode to selectively refresh the SSL materials.
  module ResetSslMode
    # Reset SSL mode is not specified.
    RESET_SSL_MODE_UNSPECIFIED = 0

    # Refresh all TLS configs. This is the default behaviour.
    ALL = 1

    # Refreshes the replication-related TLS configuration settings provided by
    # the primary instance.
    # Not applicable to on-premises replication instances.
    SYNC_FROM_PRIMARY = 2
  end
end

#mode::Google::Cloud::Sql::V1beta4::SqlInstancesResetSslConfigRequest::ResetSslMode

Returns Optional. Reset SSL mode to use.



557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 557

class SqlInstancesResetSslConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Reset SSL mode to selectively refresh the SSL materials.
  module ResetSslMode
    # Reset SSL mode is not specified.
    RESET_SSL_MODE_UNSPECIFIED = 0

    # Refresh all TLS configs. This is the default behaviour.
    ALL = 1

    # Refreshes the replication-related TLS configuration settings provided by
    # the primary instance.
    # Not applicable to on-premises replication instances.
    SYNC_FROM_PRIMARY = 2
  end
end

#project::String

Returns Project ID of the project that contains the instance.

Returns:

  • (::String)

    Project ID of the project that contains the instance.



557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 557

class SqlInstancesResetSslConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Reset SSL mode to selectively refresh the SSL materials.
  module ResetSslMode
    # Reset SSL mode is not specified.
    RESET_SSL_MODE_UNSPECIFIED = 0

    # Refresh all TLS configs. This is the default behaviour.
    ALL = 1

    # Refreshes the replication-related TLS configuration settings provided by
    # the primary instance.
    # Not applicable to on-premises replication instances.
    SYNC_FROM_PRIMARY = 2
  end
end