VMware Engine v1 API - Class DnsForwarding (1.3.0)

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

Reference documentation and code samples for the VMware Engine v1 API class DnsForwarding.

DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.

Inheritance

object > DnsForwarding

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

DnsForwarding()

public DnsForwarding()

DnsForwarding(DnsForwarding)

public DnsForwarding(DnsForwarding other)
Parameter
NameDescription
otherDnsForwarding

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of this resource.

Property Value
TypeDescription
Timestamp

DnsForwardingName

public DnsForwardingName DnsForwardingName { get; set; }

DnsForwardingName-typed view over the Name resource name property.

Property Value
TypeDescription
DnsForwardingName

ForwardingRules

public RepeatedField<DnsForwarding.Types.ForwardingRule> ForwardingRules { get; }

Required. List of domain mappings to configure

Property Value
TypeDescription
RepeatedFieldDnsForwardingTypesForwardingRule

Name

public string Name { get; set; }

Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Last update time of this resource.

Property Value
TypeDescription
Timestamp