Class: Google::Cloud::VmwareEngine::V1::DnsForwarding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

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.

Defined Under Namespace

Classes: ForwardingRule

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this resource.

Returns:



888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 888

class DnsForwarding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A forwarding rule is a mapping of a `domain` to `name_servers`.
  # This mapping allows VMware Engine to resolve domains for attached private
  # clouds by forwarding DNS requests for a given domain to the specified
  # nameservers.
  # @!attribute [rw] domain
  #   @return [::String]
  #     Required. Domain used to resolve a `name_servers` list.
  # @!attribute [rw] name_servers
  #   @return [::Array<::String>]
  #     Required. List of DNS servers to use for domain resolution
  class ForwardingRule
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#forwarding_rules::Array<::Google::Cloud::VmwareEngine::V1::DnsForwarding::ForwardingRule>

Returns Required. List of domain mappings to configure.

Returns:



888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 888

class DnsForwarding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A forwarding rule is a mapping of a `domain` to `name_servers`.
  # This mapping allows VMware Engine to resolve domains for attached private
  # clouds by forwarding DNS requests for a given domain to the specified
  # nameservers.
  # @!attribute [rw] domain
  #   @return [::String]
  #     Required. Domain used to resolve a `name_servers` list.
  # @!attribute [rw] name_servers
  #   @return [::Array<::String>]
  #     Required. List of DNS servers to use for domain resolution
  class ForwardingRule
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String (readonly)

Returns 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.

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



888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 888

class DnsForwarding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A forwarding rule is a mapping of a `domain` to `name_servers`.
  # This mapping allows VMware Engine to resolve domains for attached private
  # clouds by forwarding DNS requests for a given domain to the specified
  # nameservers.
  # @!attribute [rw] domain
  #   @return [::String]
  #     Required. Domain used to resolve a `name_servers` list.
  # @!attribute [rw] name_servers
  #   @return [::Array<::String>]
  #     Required. List of DNS servers to use for domain resolution
  class ForwardingRule
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Last update time of this resource.

Returns:



888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb', line 888

class DnsForwarding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A forwarding rule is a mapping of a `domain` to `name_servers`.
  # This mapping allows VMware Engine to resolve domains for attached private
  # clouds by forwarding DNS requests for a given domain to the specified
  # nameservers.
  # @!attribute [rw] domain
  #   @return [::String]
  #     Required. Domain used to resolve a `name_servers` list.
  # @!attribute [rw] name_servers
  #   @return [::Array<::String>]
  #     Required. List of DNS servers to use for domain resolution
  class ForwardingRule
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end