Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class GetDnsForwardingRequest.
Request message for VmwareEngine.GetDnsForwarding
Generated from protobuf message google.cloud.vmwareengine.v1.GetDnsForwardingRequest
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of a DnsForwarding
to retrieve. 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
getName
Required. The resource name of a DnsForwarding
to retrieve.
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
string
setName
Required. The resource name of a DnsForwarding
to retrieve.
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
var
string
$this
static::build
name
string
Required. The resource name of a DnsForwarding
to retrieve.
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
Please see VmwareEngineClient::dnsForwardingName()
for help formatting this field.