Class OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin
The origin of the prefix
[DataContract]
public class OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin
- Inheritance
-
OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin
- Inherited Members
Constructors
OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin()
public OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin()
Properties
Interfaces
Interfaces associated with the prefix
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interfaces")]
public List<string> Interfaces { get; set; }
Property Value
Type
Type of the origin
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public OriginType Type { get; set; }