public interface DetachLunRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()Required. Name of the instance.
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Required. Name of the instance.
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getLun()
public abstract String getLun()Required. Name of the Lun to detach.
string lun = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The lun. |
getLunBytes()
public abstract ByteString getLunBytes()Required. Name of the Lun to detach.
string lun = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for lun. |
getSkipReboot()
public abstract boolean getSkipReboot()If true, performs lun unmapping without instance reboot.
bool skip_reboot = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipReboot. |