Class: Google::Cloud::Connectors::V1::Settings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/settings.rb

Overview

Global Settings details.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}.

Returns:

  • (::String)

    Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}



44
45
46
47
# File 'proto_docs/google/cloud/connectors/v1/settings.rb', line 44

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#payg::Boolean (readonly)

Returns Output only. Flag indicates if user is in PayG model.

Returns:

  • (::Boolean)

    Output only. Flag indicates if user is in PayG model



44
45
46
47
# File 'proto_docs/google/cloud/connectors/v1/settings.rb', line 44

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vpcsc::Boolean

Returns Optional. Flag indicates whether vpc-sc is enabled.

Returns:

  • (::Boolean)

    Optional. Flag indicates whether vpc-sc is enabled.



44
45
46
47
# File 'proto_docs/google/cloud/connectors/v1/settings.rb', line 44

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end