UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

13 lines (12 loc) 220 B
export interface IGceSubnet { account: string; cidrBlock: string; gatewayAddress: string; id: string; name: string; network: string; purpose: string; region: string; selfLink: string; type: string; }