github.com/sacloud/iaas-api-go@v1.12.0/search/keys/constants.go (about) 1 // Copyright 2022-2023 The sacloud/iaas-api-go Authors 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 package keys 16 17 const ( 18 // ApplianceID . 19 ApplianceID = "Appliance.ID" 20 // Availability . 21 Availability = "Availability" 22 // BundleInfoHostClass . 23 BundleInfoHostClass = "BundleInfo.HostClass" 24 // BundleInfoID . 25 BundleInfoID = "BundleInfo.ID" 26 // BundleInfoName . 27 BundleInfoName = "BundleInfo.Name" 28 // DisplayOrder . 29 DisplayOrder = "DisplayOrder" 30 // HostName . 31 HostName = "HostName" 32 // InterfaceDriver . 33 InterfaceDriver = "InterfaceDriver" 34 // IconID . 35 IconID = "Icon.ID" 36 // IconScope . 37 IconScope = "Icon.Scope" 38 // IconName . 39 IconName = "Icon.Name" 40 // ID . 41 ID = "ID" 42 // Name . 43 Name = "Name" 44 // OriginalArchiveID ..ID 45 OriginalArchiveID = "OriginalArchive.ID" 46 // PlanID . 47 PlanID = "Plan.ID" 48 // PlanName . 49 PlanName = "Plan.Name" 50 // PrivateHostID . 51 PrivateHostID = "PrivateHost.ID" 52 // Scope . 53 Scope = "Scope" 54 // ServerPlanID . 55 ServerPlanID = "ServerPlan.ID" 56 // ServerPlanCPU . 57 ServerPlanCPU = "ServerPlan.CPU" 58 // ServerPlanCommitment . 59 ServerPlanCommitment = "ServerPlan.Commitment" 60 // ServerPlanName . 61 ServerPlanName = "ServerPlan.Name" 62 // ServerPlanGeneration . 63 ServerPlanGeneration = "ServerPlan.Generation" 64 // ServerPlanMemoryMB . 65 ServerPlanMemoryMB = "ServerPlan.MemoryMB" 66 // SizeMB . 67 SizeMB = "SizeMB" 68 // SourceArchiveID . 69 SourceArchiveID = "SourceArchive.ID" 70 // SourceDiskID . 71 SourceDiskID = "SourceDisk.ID" 72 // Tags . 73 Tags = "Tags.Name" 74 // UserSubnetDefaultRoute . 75 UserSubnetDefaultRoute = "UserSubnet.DefaultRoute" 76 // UserSubnetNetworkMaskLen . 77 UserSubnetNetworkMaskLen = "UserSubnet.NetworkMaskLen" 78 // ZoneID . 79 ZoneID = "Zone.ID" 80 )