Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class DomainMapping.
A domain serving an App Engine application.
Generated from protobuf message google.appengine.v1.DomainMapping
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Full path to the DomainMapping
resource in the API. Example: apps/myapp/domainMapping/example.com
. @OutputOnly
↳ id
string
Relative name of the domain serving the application. Example: example.com
.
↳ ssl_settings
Google\Cloud\AppEngine\V1\SslSettings
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
↳ resource_records
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. @OutputOnly
getName
Full path to the DomainMapping
resource in the API. Example: apps/myapp/domainMapping/example.com
.
@OutputOnly
string
setName
Full path to the DomainMapping
resource in the API. Example: apps/myapp/domainMapping/example.com
.
@OutputOnly
var
string
$this
getId
Relative name of the domain serving the application. Example: example.com
.
string
setId
Relative name of the domain serving the application. Example: example.com
.
var
string
$this
getSslSettings
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
hasSslSettings
clearSslSettings
setSslSettings
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
$this
getResourceRecords
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.
@OutputOnly
setResourceRecords
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.
@OutputOnly
$this