Class OrganizationsApplianceVlanIpv6PrefixAssignment
Prefix assignment on the VLAN
[DataContract]
public class OrganizationsApplianceVlanIpv6PrefixAssignment
- Inheritance
-
OrganizationsApplianceVlanIpv6PrefixAssignment
- Inherited Members
Constructors
OrganizationsApplianceVlanIpv6PrefixAssignment()
public OrganizationsApplianceVlanIpv6PrefixAssignment()
Properties
Autonomous
Auto assign a /64 prefix from the origin to the VLAN
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "autonomous")]
public bool Autonomous { get; set; }
Property Value
Origin
The origin of the prefix
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "origin")]
public OrganizationsApplianceVlanIpv6PrefixAssignmentOrigin Origin { get; set; }
Property Value
StaticApplianceIp6
Manual configuration of the IPv6 Appliance IP
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticApplianceIp6")]
public string StaticApplianceIp6 { get; set; }
Property Value
StaticPrefix
Manual configuration of a /64 prefix on the VLAN
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticPrefix")]
public string StaticPrefix { get; set; }