Class OrganizationCampusGatewayClusterDevice
Device in the cluster
[DataContract]
public class OrganizationCampusGatewayClusterDevice
- Inheritance
-
OrganizationCampusGatewayClusterDevice
- Inherited Members
Constructors
OrganizationCampusGatewayClusterDevice()
public OrganizationCampusGatewayClusterDevice()
Properties
MemberId
Member number assigned to the device within cluster - This is a read only attribute and cannot be altered using post/put operations
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "memberId")]
public string MemberId { get; set; }
Property Value
Serial
Serial of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tunnels
Tunnel settings of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tunnels")]
public List<OrganizationCampusGatewayClusterDeviceTunnel> Tunnels { get; set; }
Property Value
Uplinks
Uplink settings of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "uplinks")]
public List<OrganizationCampusGatewayClusterDeviceUplink> Uplinks { get; set; }