Type Alias MigrateZonalPrivateNetworksRequest

MigrateZonalPrivateNetworksRequest: {
    organizationId?: string;
    privateNetworkIds?: string[];
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalorganizationId?: string

    Organization ID to target. The specified zoned Private Networks within this Organization will be migrated to regional.

    One-of ('scope'): at most one of 'organizationId', 'projectId' could be set.

  • OptionalprivateNetworkIds?: string[]

    IDs of the Private Networks to migrate.

  • OptionalprojectId?: string

    Project to target. The specified zoned Private Networks within this Project will be migrated to regional.

    One-of ('scope'): at most one of 'organizationId', 'projectId' could be set.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.