interface Source {
    privateNetworkId?: string;
    subnetId?: string;
    zonal?: string;
}

Properties

privateNetworkId?: string

This source is specific.

One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.

subnetId?: string

This source is specific.

One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.

zonal?: string

This source is global.

One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.