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