OpenStackFlavorIsAvailable Property
|
Indicates if OpenStackFlavor is available
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 IsAvailable { get; set; }<DataMemberAttribute>
Public Property IsAvailable As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsAvailable {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member IsAvailable : bool with get, set
function get IsAvailable () : boolean
function set IsAvailable (value : boolean)
Property Value
Type:
Boolean
See Also