App Engine v1 API - Class DomainMapping (2.3.0)

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.

Inheritance

object > DomainMapping

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

DomainMapping()

public DomainMapping()

DomainMapping(DomainMapping)

public DomainMapping(DomainMapping other)
Parameter
NameDescription
otherDomainMapping

Properties

Id

public string Id { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedFieldResourceRecord

SslSettings

public SslSettings SslSettings { get; set; }

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

Property Value
TypeDescription
SslSettings