Class OrganizationInventoryOnboardingCloudMonitoringNetworks
Organization Inventory Onboarding Cloud Monitoring Networks
[DataContract]
public class OrganizationInventoryOnboardingCloudMonitoringNetworks
- Inheritance
-
OrganizationInventoryOnboardingCloudMonitoringNetworks
- Inherited Members
Constructors
OrganizationInventoryOnboardingCloudMonitoringNetworks()
public OrganizationInventoryOnboardingCloudMonitoringNetworks()
Properties
EnrollmentString
Enrollment string for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enrollmentString")]
public string EnrollmentString { get; set; }
Property Value
Id
Network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
IsBoundToConfigTemplate
If the network is bound to a config template
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isBoundToConfigTemplate")]
public bool IsBoundToConfigTemplate { get; set; }
Property Value
Name
Network name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Notes
Notes for the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "notes")]
public string Notes { get; set; }
Property Value
OrganizationId
Organization ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
Property Value
ProductTypes
List of the product types that the network supports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }
Property Value
Tags
Network tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
TimeZone
Timezone of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "timeZone")]
public string TimeZone { get; set; }
Property Value
Url
URL to the network Dashboard UI
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }