VMware Engine v1 API - Class ListManagementDnsZoneBindingsResponse (1.3.0)

public sealed class ListManagementDnsZoneBindingsResponse : IMessage<ListManagementDnsZoneBindingsResponse>, IEquatable<ListManagementDnsZoneBindingsResponse>, IDeepCloneable<ListManagementDnsZoneBindingsResponse>, IBufferMessage, IMessage, IPageResponse<ManagementDnsZoneBinding>, IEnumerable<ManagementDnsZoneBinding>, IEnumerable

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

Response message for [VmwareEngine.ListManagementDnsZoneBindings][google.cloud.vmwareengine.v1.VmwareEngine.ListManagementDnsZoneBindings]

Inheritance

object > ListManagementDnsZoneBindingsResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListManagementDnsZoneBindingsResponse()

public ListManagementDnsZoneBindingsResponse()

ListManagementDnsZoneBindingsResponse(ListManagementDnsZoneBindingsResponse)

public ListManagementDnsZoneBindingsResponse(ListManagementDnsZoneBindingsResponse other)
Parameter
NameDescription
otherListManagementDnsZoneBindingsResponse

Properties

ManagementDnsZoneBindings

public RepeatedField<ManagementDnsZoneBinding> ManagementDnsZoneBindings { get; }

A list of management DNS zone bindings.

Property Value
TypeDescription
RepeatedFieldManagementDnsZoneBinding

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached when making an aggregated query using wildcards.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ManagementDnsZoneBinding> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorManagementDnsZoneBinding