Bare Metal Solution v2 API - Class ListSSHKeysRequest (1.5.0)

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.

Inheritance

object > ListSSHKeysRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListSSHKeysRequest()

public ListSSHKeysRequest()

ListSSHKeysRequest(ListSSHKeysRequest)

public ListSSHKeysRequest(ListSSHKeysRequest other)
Parameter
NameDescription
otherListSSHKeysRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName