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