Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation time of this resource.
#forwarding_rules
def forwarding_rules() -> ::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>
Returns
- (::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>) — Required. List of domain mappings to configure
#forwarding_rules=
def forwarding_rules=(value) -> ::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>
Parameter
- value (::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>) — Required. List of domain mappings to configure
Returns
- (::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>) — Required. List of domain mappings to configure
#name
def name() -> ::String
Returns
-
(::String) — 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
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last update time of this resource.