GetPrivateCloudResourcesTypesRequestIncludeNotAllowedCloudAdditionalServices Property
|
Include not allowed pricing types related additional services
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> IncludeNotAllowedCloudAdditionalServices { get; set; }
<DataMemberAttribute>
Public Property IncludeNotAllowedCloudAdditionalServices As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> IncludeNotAllowedCloudAdditionalServices {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
[<DataMemberAttribute>]
member IncludeNotAllowedCloudAdditionalServices : Nullable<bool> with get, set
function get IncludeNotAllowedCloudAdditionalServices () : Nullable<boolean>
function set IncludeNotAllowedCloudAdditionalServices (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also