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.
Implements
IMessageGetLunRequest, IEquatableGetLunRequest, IDeepCloneableGetLunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
GetLunRequest()
public GetLunRequest()
GetLunRequest(GetLunRequest)
public GetLunRequest(GetLunRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetLunRequest |
Properties
LunName
public LunName LunName { get; set; }
Property Value | |
---|---|
Type | Description |
LunName |
Name
public string Name { get; set; }
Required. Name of the resource.
Property Value | |
---|---|
Type | Description |
string |