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