ServerBlockDeviceMappingDeleteWithServer Property |
Specifies if the volume should be deleted when the server is deleted.
Namespace: OpenStack.Compute.v2_1Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("delete_on_termination")]
public bool DeleteWithServer { get; set; }
<JsonPropertyAttribute("delete_on_termination")>
Public Property DeleteWithServer As Boolean
Get
Set
public:
[JsonPropertyAttribute(L"delete_on_termination")]
property bool DeleteWithServer {
bool get ();
void set (bool value);
}
[<JsonPropertyAttribute("delete_on_termination")>]
member DeleteWithServer : bool with get, set
Property Value
Type:
BooleanVersion Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6
See Also