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