Class OrganizationSwitchPortsProfilesNetworksAssignmentCreateRequest
Organization Switch Ports Profiles Networks Assignment Create Request
[DataContract]
public class OrganizationSwitchPortsProfilesNetworksAssignmentCreateRequest
- Inheritance
-
OrganizationSwitchPortsProfilesNetworksAssignmentCreateRequest
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesNetworksAssignmentCreateRequest()
public OrganizationSwitchPortsProfilesNetworksAssignmentCreateRequest()
Properties
Network
Network object
[DataMember(Name = "network")]
public OrganizationSwitchPortsProfilesNetworksAssignmentNetwork Network { get; set; }
Property Value
Profile
Smart Port Profile object
[DataMember(Name = "profile")]
public OrganizationSwitchPortsProfilesNetworksAssignmentProfile Profile { get; set; }
Property Value
Type
Type of association
[DataMember(Name = "type")]
public string Type { get; set; }