DatacenterConfig.SharedStorageEnabled Property
|
True if SharedStorage enabled
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool SharedStorageEnabled { get; set; }
<DataMemberAttribute>
Public Property SharedStorageEnabled As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool SharedStorageEnabled {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member SharedStorageEnabled : bool with get, set
function get SharedStorageEnabled () : boolean
function set SharedStorageEnabled (value : boolean)
Property Value
Type:
Boolean
See Also