Show / Hide Table of Contents

Class DetachLunRequest

Message for detach specific LUN from an Instance.

Inheritance
object
DetachLunRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class DetachLunRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Lun

Required. Name of the Lun to detach.

Declaration
[JsonProperty("lun")]
public virtual string Lun { get; set; }
Property Value
Type Description
string

SkipReboot

If true, performs lun unmapping without instance reboot.

Declaration
[JsonProperty("skipReboot")]
public virtual bool? SkipReboot { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX