VMware Engine v1 API - Class ListHcxActivationKeysResponse (1.1.0)

public sealed class ListHcxActivationKeysResponse : IMessage<ListHcxActivationKeysResponse>, IEquatable<ListHcxActivationKeysResponse>, IDeepCloneable<ListHcxActivationKeysResponse>, IBufferMessage, IMessage, IPageResponse<HcxActivationKey>, IEnumerable<HcxActivationKey>, IEnumerable

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

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

Inheritance

object > ListHcxActivationKeysResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListHcxActivationKeysResponse()

public ListHcxActivationKeysResponse()

ListHcxActivationKeysResponse(ListHcxActivationKeysResponse)

public ListHcxActivationKeysResponse(ListHcxActivationKeysResponse other)
Parameter
Name Description
other ListHcxActivationKeysResponse

Properties

HcxActivationKeys

public RepeatedField<HcxActivationKey> HcxActivationKeys { get; }

List of HCX activation keys.

Property Value
Type Description
RepeatedFieldHcxActivationKey

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
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

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

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<HcxActivationKey> GetEnumerator()

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

Returns
Type Description
IEnumeratorHcxActivationKey