Class OrganizationSwitchPortsProfilesProfileDetailed
Organization Switch Ports Profiles Profile Detailed
[DataContract]
public class OrganizationSwitchPortsProfilesProfileDetailed
- Inheritance
-
OrganizationSwitchPortsProfilesProfileDetailed
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileDetailed()
public OrganizationSwitchPortsProfilesProfileDetailed()
Properties
Access
RBAC -> access computed based on current user's administered networks and associated networks w.r.t switch port profiles
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "access")]
public string Access { get; set; }
Property Value
AssignedSwitchPorts
Associated switch port details
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "assignedSwitchports")]
public List<NetworksSwitchPortsProfileAssignedSwitchPort> AssignedSwitchPorts { get; set; }
Property Value
AssociatedPorts
List of ports configured with port profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "associatedPorts")]
public List<NetworksSwitchPortsProfileAssociatedPort> AssociatedPorts { get; set; }
Property Value
AssociatedSwitches
List of switches associated with the port profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "associatedSwitches")]
public List<NetworksSwitchPortsProfileAssociatedSwitch> AssociatedSwitches { get; set; }
Property Value
Automations
List of Associated Automations
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "automations")]
public List<NetworksSwitchPortsProfileAutomation> Automations { get; set; }
Property Value
CreatedAt
When the port profile was created.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public string CreatedAt { get; set; }
Property Value
Description
Text describing the profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
IsOrganizationWide
Whether or not this profile is a organization wide profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isOrganizationWide")]
public bool IsOrganizationWide { get; set; }
Property Value
Name
The name of the profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
ID of the network the profile belongs to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Networks
Object of Associated Networks
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networks")]
public OrganizationSwitchPortsProfilesProfileNetworks Networks { get; set; }
Property Value
Port
Configuration settings for port profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "port")]
public OrganizationSwitchPortsProfilesProfilePort Port { get; set; }
Property Value
ProfileId
ID of the profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "profileId")]
public string ProfileId { get; set; }
Property Value
Tags
Space-seperated list of tags
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
UpdatedAt
When the port profile was updated.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "updatedAt")]
public string UpdatedAt { get; set; }