Inheritance Hierarchy
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[KnownTypeAttribute(typeof(VlanRequest))]
[DataContractAttribute]
public class SetVlanRequest : VlanRequest
<KnownTypeAttribute(GetType(VlanRequest))>
<DataContractAttribute>
Public Class SetVlanRequest
Inherits VlanRequest
[KnownTypeAttribute(typeof(VlanRequest))]
[DataContractAttribute]
public ref class SetVlanRequest : public VlanRequest
[<KnownTypeAttribute(typeof(VlanRequest))>]
[<DataContractAttribute>]
type SetVlanRequest =
class
inherit VlanRequest
end
public class SetVlanRequest extends VlanRequest
The SetVlanRequest type exposes the following members.
Constructors
| Name | Description |
---|
 | SetVlanRequest | Initializes a new instance of the SetVlanRequest class |
Top
Properties
See Also