EndpointHints provides hints describing how an endpoint should be consumed.

Hierarchy

  • V1EndpointHints

Constructors

Properties

forZones?: V1ForZone[]

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc