Bare Metal Solution v2 API - Class GetLunRequest (1.2.0)

public sealed class GetLunRequest : IMessage<GetLunRequest>, IEquatable<GetLunRequest>, IDeepCloneable<GetLunRequest>, IBufferMessage, IMessage

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

Message for requesting storage lun information.

Inheritance

object > GetLunRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

GetLunRequest()

public GetLunRequest()

GetLunRequest(GetLunRequest)

public GetLunRequest(GetLunRequest other)
Parameter
NameDescription
otherGetLunRequest

Properties

LunName

public LunName LunName { get; set; }

LunName-typed view over the Name resource name property.

Property Value
TypeDescription
LunName

Name

public string Name { get; set; }

Required. Name of the resource.

Property Value
TypeDescription
string