Class DomainMapping (1.1.0)

public sealed class DomainMapping : IMessage<DomainMapping>, IEquatable<DomainMapping>, IDeepCloneable<DomainMapping>, IBufferMessage, IMessage

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
RepeatedField<ResourceRecord>

SslSettings

public SslSettings SslSettings { get; set; }

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

Property Value
TypeDescription
SslSettings