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.
Implements
IPageResponseSSHKey, IEnumerableSSHKey, IEnumerable, IMessageListSSHKeysResponse, IEquatableListSSHKeysResponse, IDeepCloneableListSSHKeysResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListSSHKeysResponse()
public ListSSHKeysResponse()
ListSSHKeysResponse(ListSSHKeysResponse)
public ListSSHKeysResponse(ListSSHKeysResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSSHKeysResponse |
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 | |
---|---|
Type | Description |
string |
SshKeys
public RepeatedField<SSHKey> SshKeys { get; }
The SSH keys registered in the project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSSHKey |
Methods
GetEnumerator()
public IEnumerator<SSHKey> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSSHKey |