Class OrganizationApplianceDnsSplitProfilesAssignmentBulkCreateRequestItem
Item containing the network and profile IDs
[DataContract]
public class OrganizationApplianceDnsSplitProfilesAssignmentBulkCreateRequestItem
- Inheritance
-
OrganizationApplianceDnsSplitProfilesAssignmentBulkCreateRequestItem
- Inherited Members
Constructors
OrganizationApplianceDnsSplitProfilesAssignmentBulkCreateRequestItem()
public OrganizationApplianceDnsSplitProfilesAssignmentBulkCreateRequestItem()
Properties
Network
The network attached to the profile
[DataMember(Name = "network")]
public OrganizationApplianceDnsSplitProfilesAssignmentNetwork? Network { get; set; }
Property Value
Profile
The profile the network is attached to
[DataMember(Name = "profile")]
public OrganizationApplianceDnsSplitProfilesAssignmentProfile? Profile { get; set; }