UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

43 lines (42 loc) 1.23 kB
export declare const DirectPeeringType: { readonly Edge: "Edge"; readonly Transit: "Transit"; readonly Cdn: "Cdn"; readonly Internal: "Internal"; readonly Ix: "Ix"; readonly IxRs: "IxRs"; readonly Voice: "Voice"; readonly EdgeZoneForOperators: "EdgeZoneForOperators"; }; /** * The type of direct peering. */ export type DirectPeeringType = (typeof DirectPeeringType)[keyof typeof DirectPeeringType]; export declare const Kind: { readonly Direct: "Direct"; readonly Exchange: "Exchange"; }; /** * The kind of the peering. */ export type Kind = (typeof Kind)[keyof typeof Kind]; export declare const Role: { readonly Noc: "Noc"; readonly Policy: "Policy"; readonly Technical: "Technical"; readonly Service: "Service"; readonly Escalation: "Escalation"; readonly Other: "Other"; }; /** * The role of the contact. */ export type Role = (typeof Role)[keyof typeof Role]; export declare const SessionAddressProvider: { readonly Microsoft: "Microsoft"; readonly Peer: "Peer"; }; /** * The field indicating if Microsoft provides session ip addresses. */ export type SessionAddressProvider = (typeof SessionAddressProvider)[keyof typeof SessionAddressProvider];