SetBastionAllowedIPsRequest: {
    gatewayId: string;
    ipRanges?: string[];
    zone?: Zone;
}

Type declaration

  • gatewayId: string

    ID of the gateway on which to set the allowed IP range.

  • OptionalipRanges?: string[]

    New list of IP ranges (each range in CIDR notation) allowed to connect to the SSH bastion.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.