public sealed class DomainMapping : IMessage<DomainMapping>, IEquatable<DomainMapping>, IDeepCloneable<DomainMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DomainMapping.
A domain serving an App Engine application.
Implements
IMessageDomainMapping, IEquatableDomainMapping, IDeepCloneableDomainMapping, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
DomainMapping()
public DomainMapping()
DomainMapping(DomainMapping)
public DomainMapping(DomainMapping other)
Parameter | |
---|---|
Name | Description |
other | DomainMapping |
Properties
Id
public string Id { get; set; }
Relative name of the domain serving the application. Example:
example.com
.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Full path to the DomainMapping
resource in the API. Example:
apps/myapp/domainMapping/example.com
.
@OutputOnly
Property Value | |
---|---|
Type | Description |
string |
ResourceRecords
public RepeatedField<ResourceRecord> ResourceRecords { get; }
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
Property Value | |
---|---|
Type | Description |
RepeatedFieldResourceRecord |
SslSettings
public SslSettings SslSettings { get; set; }
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
Property Value | |
---|---|
Type | Description |
SslSettings |