public sealed class ListSSHKeysRequest : IPageRequest, IMessage<ListSSHKeysRequest>, IEquatable<ListSSHKeysRequest>, IDeepCloneable<ListSSHKeysRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListSSHKeysRequest.
Message for listing the public SSH keys in a project.
Implements
IPageRequest, IMessageListSSHKeysRequest, IEquatableListSSHKeysRequest, IDeepCloneableListSSHKeysRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListSSHKeysRequest()
public ListSSHKeysRequest()
ListSSHKeysRequest(ListSSHKeysRequest)
public ListSSHKeysRequest(ListSSHKeysRequest other)
Parameter | |
---|---|
Name | Description |
other | ListSSHKeysRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |