Bare Metal Solution v2 API - Class EvictLunRequest (1.5.0)

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

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

Request for skip lun cooloff and delete it.

Inheritance

object > EvictLunRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

EvictLunRequest()

public EvictLunRequest()

EvictLunRequest(EvictLunRequest)

public EvictLunRequest(EvictLunRequest other)
Parameter
NameDescription
otherEvictLunRequest

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. The name of the lun.

Property Value
TypeDescription
string