paged_response_structs.go raw

   1  package linodego
   2  
   3  // Deprecated: AccountAvailabilityPagedResponse exists for historical compatibility and should not be used.
   4  type AccountAvailabilityPagedResponse legacyPagedResponse[AccountAvailability]
   5  
   6  // Deprecated: AccountBetasPagedResponse exists for historical compatibility and should not be used.
   7  type AccountBetasPagedResponse legacyPagedResponse[AccountBetaProgram]
   8  
   9  // Deprecated: BetaProgramPagedResponse exists for historical compatibility and should not be used.
  10  type BetaProgramPagedResponse legacyPagedResponse[BetaProgram]
  11  
  12  // Deprecated: DatabaseEnginesPagedResponse exists for historical compatibility and should not be used.
  13  type DatabaseEnginesPagedResponse legacyPagedResponse[DatabaseEngine]
  14  
  15  // Deprecated: DatabaseTypesPagedResponse exists for historical compatibility and should not be used.
  16  type DatabaseTypesPagedResponse legacyPagedResponse[DatabaseType]
  17  
  18  // Deprecated: DatabasesPagedResponse exists for historical compatibility and should not be used.
  19  type DatabasesPagedResponse legacyPagedResponse[Database]
  20  
  21  // Deprecated: DomainRecordsPagedResponse exists for historical compatibility and should not be used.
  22  type DomainRecordsPagedResponse legacyPagedResponse[DomainRecord]
  23  
  24  // Deprecated: DomainsPagedResponse exists for historical compatibility and should not be used.
  25  type DomainsPagedResponse legacyPagedResponse[Domain]
  26  
  27  // Deprecated: EventsPagedResponse exists for historical compatibility and should not be used.
  28  type EventsPagedResponse legacyPagedResponse[Event]
  29  
  30  // Deprecated: FirewallDevicesPagedResponse exists for historical compatibility and should not be used.
  31  type FirewallDevicesPagedResponse legacyPagedResponse[FirewallDevice]
  32  
  33  // Deprecated: FirewallsPagedResponse exists for historical compatibility and should not be used.
  34  type FirewallsPagedResponse legacyPagedResponse[Firewall]
  35  
  36  // Deprecated: ImagesPagedResponse exists for historical compatibility and should not be used.
  37  type ImagesPagedResponse legacyPagedResponse[Image]
  38  
  39  // Deprecated: InstanceConfigsPagedResponse exists for historical compatibility and should not be used.
  40  type InstanceConfigsPagedResponse legacyPagedResponse[InstanceConfig]
  41  
  42  // Deprecated: InstanceDisksPagedResponse exists for historical compatibility and should not be used.
  43  type InstanceDisksPagedResponse legacyPagedResponse[InstanceDisk]
  44  
  45  // Deprecated: InstanceFirewallsPagedResponse exists for historical compatibility and should not be used.
  46  type InstanceFirewallsPagedResponse legacyPagedResponse[Firewall]
  47  
  48  // Deprecated: InstanceVolumesPagedResponse exists for historical compatibility and should not be used.
  49  type InstanceVolumesPagedResponse legacyPagedResponse[Volume]
  50  
  51  // Deprecated: InstancesPagedResponse exists for historical compatibility and should not be used.
  52  type InstancesPagedResponse legacyPagedResponse[Instance]
  53  
  54  // Deprecated: InvoiceItemsPagedResponse exists for historical compatibility and should not be used.
  55  type InvoiceItemsPagedResponse legacyPagedResponse[InvoiceItem]
  56  
  57  // Deprecated: InvoicesPagedResponse exists for historical compatibility and should not be used.
  58  type InvoicesPagedResponse legacyPagedResponse[Invoice]
  59  
  60  // Deprecated: LKEClusterPoolsPagedResponse exists for historical compatibility and should not be used.
  61  // LKEClusterPoolsPagedResponse represents a paginated LKEClusterPool API response.
  62  type LKEClusterPoolsPagedResponse LKENodePoolsPagedResponse
  63  
  64  // Deprecated: LKEVersionsPagedResponse exists for historical compatibility and should not be used.
  65  type LKEVersionsPagedResponse legacyPagedResponse[LKEVersion]
  66  
  67  // Deprecated: LKEClusterAPIEndpointsPagedResponse exists for historical compatibility and should not be used.
  68  type LKEClusterAPIEndpointsPagedResponse legacyPagedResponse[LKEClusterAPIEndpoint]
  69  
  70  // Deprecated: LKEClustersPagedResponse exists for historical compatibility and should not be used.
  71  type LKEClustersPagedResponse legacyPagedResponse[LKECluster]
  72  
  73  // Deprecated: LKENodePoolsPagedResponse exists for historical compatibility and should not be used.
  74  type LKENodePoolsPagedResponse legacyPagedResponse[LKENodePool]
  75  
  76  // Deprecated: IPAddressesPagedResponse exists for historical compatibility and should not be used.
  77  type IPAddressesPagedResponse legacyPagedResponse[InstanceIP]
  78  
  79  // Deprecated: IPv6PoolsPagedResponse exists for historical compatibility and should not be used.
  80  type IPv6PoolsPagedResponse legacyPagedResponse[IPv6Range]
  81  
  82  // Deprecated: IPv6RangesPagedResponse exists for historical compatibility and should not be used.
  83  type IPv6RangesPagedResponse legacyPagedResponse[IPv6Range]
  84  
  85  // Deprecated: LinodeKernelsPagedResponse exists for historical compatibility and should not be used.
  86  type LinodeKernelsPagedResponse legacyPagedResponse[LinodeKernel]
  87  
  88  // Deprecated: LinodeTypesPagedResponse exists for historical compatibility and should not be used.
  89  type LinodeTypesPagedResponse legacyPagedResponse[LinodeType]
  90  
  91  // Deprecated: LoginsPagedResponse exists for historical compatibility and should not be used.
  92  type LoginsPagedResponse legacyPagedResponse[Login]
  93  
  94  // Deprecated: LongviewClientsPagedResponse exists for historical compatibility and should not be used.
  95  type LongviewClientsPagedResponse legacyPagedResponse[LongviewClient]
  96  
  97  // Deprecated: LongviewSubscriptionsPagedResponse exists for historical compatibility and should not be used.
  98  type LongviewSubscriptionsPagedResponse legacyPagedResponse[LongviewSubscription]
  99  
 100  // Deprecated: MySQLDatabasesPagedResponse exists for historical compatibility and should not be used.
 101  type MySQLDatabasesPagedResponse legacyPagedResponse[MySQLDatabase]
 102  
 103  // Deprecated: MySQLDatabaseBackupsPagedResponse exists for historical compatibility and should not be used.
 104  type MySQLDatabaseBackupsPagedResponse legacyPagedResponse[MySQLDatabaseBackup]
 105  
 106  // Deprecated: NodeBalancersPagedResponse exists for historical compatibility and should not be used.
 107  type NodeBalancersPagedResponse legacyPagedResponse[NodeBalancer]
 108  
 109  // Deprecated: NodeBalancerConfigsPagedResponse exists for historical compatibility and should not be used.
 110  type NodeBalancerConfigsPagedResponse legacyPagedResponse[NodeBalancerConfig]
 111  
 112  // Deprecated: NodeBalancerNodesPagedResponse exists for historical compatibility and should not be used.
 113  type NodeBalancerNodesPagedResponse legacyPagedResponse[NodeBalancerNode]
 114  
 115  // Deprecated: NodeBalancerFirewallsPagedResponse exists for historical compatibility and should not be used.
 116  type NodeBalancerFirewallsPagedResponse legacyPagedResponse[Firewall]
 117  
 118  // Deprecated: NotificationsPagedResponse exists for historical compatibility and should not be used.
 119  type NotificationsPagedResponse legacyPagedResponse[Notification]
 120  
 121  // Deprecated: OAuthClientsPagedResponse exists for historical compatibility and should not be used.
 122  type OAuthClientsPagedResponse legacyPagedResponse[OAuthClient]
 123  
 124  // Deprecated: ObjectStorageKeysPagedResponse exists for historical compatibility and should not be used.
 125  type ObjectStorageKeysPagedResponse legacyPagedResponse[ObjectStorageKey]
 126  
 127  // Deprecated: ObjectStorageBucketsPagedResponse exists for historical compatibility and should not be used.
 128  type ObjectStorageBucketsPagedResponse legacyPagedResponse[ObjectStorageBucket]
 129  
 130  // Deprecated: ObjectStorageClustersPagedResponse exists for historical compatibility and should not be used.
 131  type ObjectStorageClustersPagedResponse legacyPagedResponse[ObjectStorageCluster]
 132  
 133  // Deprecated: PaymentsPagedResponse exists for historical compatibility and should not be used.
 134  type PaymentsPagedResponse legacyPagedResponse[Payment]
 135  
 136  // Deprecated: RegionsPagedResponse exists for historical compatibility and should not be used.
 137  type RegionsPagedResponse legacyPagedResponse[Region]
 138  
 139  // Deprecated: SSHKeysPagedResponse exists for historical compatibility and should not be used.
 140  type SSHKeysPagedResponse legacyPagedResponse[SSHKey]
 141  
 142  // Deprecated: TokensPagedResponse exists for historical compatibility and should not be used.
 143  type (
 144  	TokensPagedResponse legacyPagedResponse[Token]
 145  	// Deprecated: RegionsAvailabilityPagedResponse exists for historical compatibility and should not be used.
 146  	RegionsAvailabilityPagedResponse legacyPagedResponse[RegionAvailability]
 147  )
 148  
 149  // Deprecated: StackscriptsPagedResponse exists for historical compatibility and should not be used.
 150  type StackscriptsPagedResponse legacyPagedResponse[Stackscript]
 151  
 152  // Deprecated: TagsPagedResponse exists for historical compatibility and should not be used.
 153  type TagsPagedResponse legacyPagedResponse[Tag]
 154  
 155  // Deprecated: TaggedObjectsPagedResponse exists for historical compatibility and should not be used.
 156  type TaggedObjectsPagedResponse legacyPagedResponse[TaggedObject]
 157  
 158  // Deprecated: TicketsPagedResponse exists for historical compatibility and should not be used.
 159  type TicketsPagedResponse legacyPagedResponse[Ticket]
 160  
 161  // Deprecated: PostgresDatabasesPagedResponse exists for historical compatibility and should not be used.
 162  type PostgresDatabasesPagedResponse legacyPagedResponse[PostgresDatabase]
 163  
 164  // Deprecated: PostgresDatabaseBackupsPagedResponse exists for historical compatibility and should not be used.
 165  type PostgresDatabaseBackupsPagedResponse legacyPagedResponse[PostgresDatabaseBackup]
 166  
 167  // Deprecated: ProfileLoginsPagedResponse exists for historical compatibility and should not be used.
 168  type ProfileLoginsPagedResponse legacyPagedResponse[ProfileLogin]
 169  
 170  // Deprecated: UsersPagedResponse exists for historical compatibility and should not be used.
 171  type UsersPagedResponse legacyPagedResponse[User]
 172  
 173  // Deprecated: VolumesPagedResponse exists for historical compatibility and should not be used.
 174  type VolumesPagedResponse legacyPagedResponse[Volume]
 175  
 176  // Deprecated: VPCsPagedResponse exists for historical compatibility and should not be used.
 177  type VPCsPagedResponse legacyPagedResponse[VPC]
 178  
 179  // Deprecated: VPCSubnetsPagedResponse exists for historical compatibility and should not be used.
 180  type VPCSubnetsPagedResponse legacyPagedResponse[VPCSubnet]
 181