Class OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse
Organization Switch Ports Profiles Networks Assignments Batch Create Response
[DataContract]
public class OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse
- Inheritance
-
OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse()
public OrganizationSwitchPortsProfilesNetworksAssignmentsBatchCreateResponse()
Properties
Items
List of Network - Smart Port Profile associations
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationSwitchPortsProfilesNetworksAssignment> Items { get; set; }