Class: Google::Cloud::AppEngine::V1::DomainMapping

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

Overview

A domain serving an App Engine application.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Relative name of the domain serving the application. Example: example.com.

Returns:

  • (::String)

    Relative name of the domain serving the application. Example: example.com.



42
43
44
45
# File 'proto_docs/google/appengine/v1/domain_mapping.rb', line 42

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

#name::String

Returns Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

Returns:

  • (::String)

    Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.



42
43
44
45
# File 'proto_docs/google/appengine/v1/domain_mapping.rb', line 42

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

#resource_records::Array<::Google::Cloud::AppEngine::V1::ResourceRecord>

Returns The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.

Returns:

  • (::Array<::Google::Cloud::AppEngine::V1::ResourceRecord>)

    The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.



42
43
44
45
# File 'proto_docs/google/appengine/v1/domain_mapping.rb', line 42

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

#ssl_settings::Google::Cloud::AppEngine::V1::SslSettings

Returns SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.

Returns:



42
43
44
45
# File 'proto_docs/google/appengine/v1/domain_mapping.rb', line 42

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