Get Custom IPPrefix Result
data class GetCustomIPPrefixResult(val asn: String? = null, val authorizationMessage: String? = null, val childCustomIpPrefixes: List<SubResourceResponse>, val cidr: String? = null, val commissionedState: String? = null, val customIpPrefixParent: SubResourceResponse? = null, val etag: String, val expressRouteAdvertise: Boolean? = null, val extendedLocation: ExtendedLocationResponse? = null, val failedReason: String, val geo: String? = null, val id: String? = null, val location: String? = null, val name: String, val noInternetAdvertise: Boolean? = null, val prefixType: String? = null, val provisioningState: String, val publicIpPrefixes: List<SubResourceResponse>, val resourceGuid: String, val signedMessage: String? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Custom IP prefix resource.
Constructors
Link copied to clipboard
constructor(asn: String? = null, authorizationMessage: String? = null, childCustomIpPrefixes: List<SubResourceResponse>, cidr: String? = null, commissionedState: String? = null, customIpPrefixParent: SubResourceResponse? = null, etag: String, expressRouteAdvertise: Boolean? = null, extendedLocation: ExtendedLocationResponse? = null, failedReason: String, geo: String? = null, id: String? = null, location: String? = null, name: String, noInternetAdvertise: Boolean? = null, prefixType: String? = null, provisioningState: String, publicIpPrefixes: List<SubResourceResponse>, resourceGuid: String, signedMessage: String? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)
Properties
Link copied to clipboard
Authorization message for WAN validation.
Link copied to clipboard
The list of all Children for IPv6 /48 CustomIpPrefix.
Link copied to clipboard
The commissioned state of the Custom IP Prefix.
Link copied to clipboard
The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.
Link copied to clipboard
Whether to do express route advertise.
Link copied to clipboard
The extended location of the custom IP prefix.
Link copied to clipboard
The reason why resource is in failed state.
Link copied to clipboard
Whether to Advertise the range to Internet.
Link copied to clipboard
Type of custom IP prefix. Should be Singular, Parent, or Child.
Link copied to clipboard
The provisioning state of the custom IP prefix resource.
Link copied to clipboard
The list of all referenced PublicIpPrefixes.
Link copied to clipboard
The resource GUID property of the custom IP prefix resource.
Link copied to clipboard
Signed message for WAN validation.