Class DomainForwarding
Domain forwarding configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class DomainForwarding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PathForwarding
If true, forwards the path after the domain name to the same path at the new address.
Declaration
[JsonProperty("pathForwarding")]
public virtual bool? PathForwarding { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PemCertificate
The PEM-encoded certificate chain.
Declaration
[JsonProperty("pemCertificate")]
public virtual string PemCertificate { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectType
The redirect type.
Declaration
[JsonProperty("redirectType")]
public virtual string RedirectType { get; set; }
Property Value
Type | Description |
---|---|
string |
SslEnabled
If true, the forwarding works also over HTTPS.
Declaration
[JsonProperty("sslEnabled")]
public virtual bool? SslEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Subdomain
The subdomain of the registered domain that is being forwarded. E.g. www.example.com
, example.com
(i.e.
the registered domain itself) or *.example.com
(i.e. all subdomains).
Declaration
[JsonProperty("subdomain")]
public virtual string Subdomain { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetUri
The target of the domain forwarding, i.e. the path to redirect the subdomain
to.
Declaration
[JsonProperty("targetUri")]
public virtual string TargetUri { get; set; }
Property Value
Type | Description |
---|---|
string |