PrivateCloudCostRamDr Property
|
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 RamCost RamDr { get; set; }<DataMemberAttribute>
Public Property RamDr As RamCost
Get
Set
public:
[DataMemberAttribute]
property RamCost^ RamDr {
RamCost^ get ();
void set (RamCost^ value);
}[<DataMemberAttribute>]
member RamDr : RamCost with get, set
function get RamDr () : RamCost
function set RamDr (value : RamCost)
Property Value
Type:
RamCost
See Also