ListSubnetsRequest: {
    orderBy?: ListSubnetsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
    subnetIds?: string[];
    vpcId?: string;
}

Type declaration

  • OptionalorderBy?: ListSubnetsRequestOrderBy

    Sort order of the returned subnets.

  • OptionalorganizationId?: string

    Organization ID to filter for. Only subnets belonging to this Organization will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Maximum number of Private Networks to return per page.

  • OptionalprojectId?: string

    Project ID to filter for. Only subnets belonging to this Project will be returned.

  • Optionalregion?: Region

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

  • OptionalsubnetIds?: string[]

    Subnet IDs to filter for. Only subnets matching the specified IDs will be returned.

  • OptionalvpcId?: string

    VPC ID to filter for. Only subnets belonging to this VPC will be returned.