ModifyPrivateCloudResourcesElastic Property
|
Is Elastic
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 Nullable<bool> Elastic { get; set; }<DataMemberAttribute>
Public Property Elastic As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> Elastic {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member Elastic : Nullable<bool> with get, set
function get Elastic () : Nullable<boolean>
function set Elastic (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also