Bare Metal Solution v2 API - Class ListSSHKeysResponse (1.5.0)

public sealed class ListSSHKeysResponse : IPageResponse<SSHKey>, IEnumerable<SSHKey>, IEnumerable, IMessage<ListSSHKeysResponse>, IEquatable<ListSSHKeysResponse>, IDeepCloneable<ListSSHKeysResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Bare Metal Solution v2 API class ListSSHKeysResponse.

Message for response of ListSSHKeys.

Inheritance

object > ListSSHKeysResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListSSHKeysResponse()

public ListSSHKeysResponse()

ListSSHKeysResponse(ListSSHKeysResponse)

public ListSSHKeysResponse(ListSSHKeysResponse other)
Parameter
NameDescription
otherListSSHKeysResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

SshKeys

public RepeatedField<SSHKey> SshKeys { get; }

The SSH keys registered in the project.

Property Value
TypeDescription
RepeatedFieldSSHKey

Methods

GetEnumerator()

public IEnumerator<SSHKey> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSSHKey