Type alias EnvironmentMachinesArgs

EnvironmentMachinesArgs: {
    commStyles: string | null;
    healthStatuses: string | null;
    isDisabled: boolean;
    partialName: string | undefined;
    roles: string | null;
    shellNames: string | null;
    skip: number;
    take: number;
    tenantIds: string | null;
    tenantTags: string | null;
}

Type declaration

  • commStyles: string | null
  • healthStatuses: string | null
  • isDisabled: boolean
  • partialName: string | undefined
  • roles: string | null
  • shellNames: string | null
  • skip: number
  • take: number
  • tenantIds: string | null
  • tenantTags: string | null

Generated using TypeDoc