CustomIpPrefixPropertiesFormatOutput interface
Custom IP prefix properties.
Properties
| asn | The ASN for CIDR advertising. Should be an integer as string. |
| authorization |
Authorization message for WAN validation. |
| child |
The list of all Children for IPv6 /48 CustomIpPrefix. |
| cidr | The prefix range in CIDR notation. Should include the start address and the prefix length. |
| commissioned |
The commissioned state of the Custom IP Prefix. |
| custom |
The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix. |
| express |
Whether to do express route advertise. |
| failed |
The reason why resource is in failed state. |
| geo | The Geo for CIDR advertising. Should be an Geo code. |
| no |
Whether to Advertise the range to Internet. |
| prefix |
Type of custom IP prefix. Should be Singular, Parent, or Child. |
| provisioning |
The provisioning state of the custom IP prefix resource. |
| public |
The list of all referenced PublicIpPrefixes. |
| resource |
The resource GUID property of the custom IP prefix resource. |
| signed |
Signed message for WAN validation. |
Property Details
asn
The ASN for CIDR advertising. Should be an integer as string.
asn?: string
Property Value
string
authorizationMessage
Authorization message for WAN validation.
authorizationMessage?: string
Property Value
string
childCustomIpPrefixes
The list of all Children for IPv6 /48 CustomIpPrefix.
childCustomIpPrefixes?: SubResourceOutput[]
Property Value
cidr
The prefix range in CIDR notation. Should include the start address and the prefix length.
cidr?: string
Property Value
string
commissionedState
The commissioned state of the Custom IP Prefix.
commissionedState?: "Provisioning" | "Provisioned" | "Commissioning" | "CommissionedNoInternetAdvertise" | "Commissioned" | "Decommissioning" | "Deprovisioning" | "Deprovisioned"
Property Value
"Provisioning" | "Provisioned" | "Commissioning" | "CommissionedNoInternetAdvertise" | "Commissioned" | "Decommissioning" | "Deprovisioning" | "Deprovisioned"
customIpPrefixParent
The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.
customIpPrefixParent?: SubResourceOutput
Property Value
expressRouteAdvertise
Whether to do express route advertise.
expressRouteAdvertise?: boolean
Property Value
boolean
failedReason
The reason why resource is in failed state.
failedReason?: string
Property Value
string
geo
The Geo for CIDR advertising. Should be an Geo code.
geo?: "GLOBAL" | "AFRI" | "APAC" | "EURO" | "LATAM" | "NAM" | "ME" | "OCEANIA" | "AQ"
Property Value
"GLOBAL" | "AFRI" | "APAC" | "EURO" | "LATAM" | "NAM" | "ME" | "OCEANIA" | "AQ"
noInternetAdvertise
Whether to Advertise the range to Internet.
noInternetAdvertise?: boolean
Property Value
boolean
prefixType
Type of custom IP prefix. Should be Singular, Parent, or Child.
prefixType?: "Singular" | "Parent" | "Child"
Property Value
"Singular" | "Parent" | "Child"
provisioningState
The provisioning state of the custom IP prefix resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIpPrefixes
The list of all referenced PublicIpPrefixes.
publicIpPrefixes?: SubResourceOutput[]
Property Value
resourceGuid
The resource GUID property of the custom IP prefix resource.
resourceGuid?: string
Property Value
string
signedMessage
Signed message for WAN validation.
signedMessage?: string
Property Value
string