Class OrganizationSwitchPortsProfilesProfile
Profile of a switch port in an organization
[DataContract]
public class OrganizationSwitchPortsProfilesProfile
- Inheritance
-
OrganizationSwitchPortsProfilesProfile
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfile()
public OrganizationSwitchPortsProfilesProfile()
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
Counts
Counts of switches and ports associated with this profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchPortsProfilesProfileCounts Counts { 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
The 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
Network
Network attributes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSwitchPortsProfilesProfileNetwork Network { get; set; }
Property Value
Networks
Object of Associated Networks
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networks")]
public OrganizationSwitchPortsProfilesProfileNetworks Networks { get; set; }
Property Value
ProfileId
ID of the profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "profileId")]
public string ProfileId { get; set; }
Property Value
UpdatedAt
When the port profile was updated.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "updatedAt")]
public string UpdatedAt { get; set; }