yandexcloud 0.334.0__py3-none-any.whl → 0.335.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (65) hide show
  1. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +8 -8
  2. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
  3. yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
  4. yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
  5. yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
  6. yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
  7. yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
  8. yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
  9. yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
  10. yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
  11. yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
  12. yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
  13. yandex/cloud/cic/v1/trunk_connection_pb2.pyi +38 -2
  14. yandex/cloud/cic/v1/trunk_connection_service_pb2.py +62 -9
  15. yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +360 -1
  16. yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
  17. yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
  18. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
  19. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
  20. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
  21. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
  22. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
  23. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
  24. yandex/cloud/compute/v1/instance_pb2.py +52 -52
  25. yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
  26. yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
  27. yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
  28. yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
  29. yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
  30. yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
  31. yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
  32. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
  33. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
  34. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
  35. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
  36. yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
  37. yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
  38. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
  39. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
  40. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
  41. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
  42. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
  43. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
  44. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
  45. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
  46. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
  47. yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
  48. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
  49. yandex/cloud/storage/v1/bucket_pb2.py +75 -73
  50. yandex/cloud/video/v1/channel_service_pb2.py +36 -29
  51. yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
  52. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
  53. yandex/cloud/video/v1/episode_service_pb2.py +54 -53
  54. yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
  55. yandexcloud/__init__.py +2 -1
  56. yandexcloud/_channels.py +8 -3
  57. yandexcloud/_retry_interceptor.py +2 -0
  58. yandexcloud/_retry_policy.py +31 -0
  59. yandexcloud/_sdk.py +5 -10
  60. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/METADATA +20 -1
  61. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/RECORD +65 -56
  62. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/WHEEL +1 -1
  63. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/AUTHORS +0 -0
  64. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/LICENSE +0 -0
  65. {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ from yandex.cloud.compute.v1 import hardware_generation_pb2 as yandex_dot_cloud_
28
28
  from yandex.cloud.compute.v1 import maintenance_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_maintenance__pb2
29
29
 
30
30
 
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/compute/v1/instance.proto\x12\x17yandex.cloud.compute.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\x1a)yandex/cloud/compute/v1/maintenance.proto\"\xae\r\n\x08Instance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12=\n\x06labels\x18\x06 \x03(\x0b\x32-.yandex.cloud.compute.v1.Instance.LabelsEntry\x12\x0f\n\x07zone_id\x18\x07 \x01(\t\x12\x13\n\x0bplatform_id\x18\x08 \x01(\t\x12\x35\n\tresources\x18\t \x01(\x0b\x32\".yandex.cloud.compute.v1.Resources\x12\x38\n\x06status\x18\n \x01(\x0e\x32(.yandex.cloud.compute.v1.Instance.Status\x12\x41\n\x08metadata\x18\x0b \x03(\x0b\x32/.yandex.cloud.compute.v1.Instance.MetadataEntry\x12\x42\n\x10metadata_options\x18\x17 \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12\x38\n\tboot_disk\x18\x0c \x01(\x0b\x32%.yandex.cloud.compute.v1.AttachedDisk\x12>\n\x0fsecondary_disks\x18\r \x03(\x0b\x32%.yandex.cloud.compute.v1.AttachedDisk\x12?\n\x0blocal_disks\x18\x16 \x03(\x0b\x32*.yandex.cloud.compute.v1.AttachedLocalDisk\x12@\n\x0b\x66ilesystems\x18\x15 \x03(\x0b\x32+.yandex.cloud.compute.v1.AttachedFilesystem\x12\x45\n\x12network_interfaces\x18\x0e \x03(\x0b\x32).yandex.cloud.compute.v1.NetworkInterface\x12I\n\x14serial_port_settings\x18\x18 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x12:\n\x0cgpu_settings\x18\x1a \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12\x0c\n\x04\x66qdn\x18\x10 \x01(\t\x12\x44\n\x11scheduling_policy\x18\x11 \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x1a\n\x12service_account_id\x18\x12 \x01(\t\x12\x42\n\x10network_settings\x18\x13 \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x14 \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12\x15\n\rhost_group_id\x18\x1b \x01(\t\x12\x0f\n\x07host_id\x18\x1c \x01(\t\x12\x46\n\x12maintenance_policy\x18\x1d \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12;\n\x18maintenance_grace_period\x18\x1e \x01(\x0b\x32\x19.google.protobuf.Duration\x12H\n\x13hardware_generation\x18\x1f \x01(\x0b\x32+.yandex.cloud.compute.v1.HardwareGeneration\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xac\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08STOPPING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x12\x0c\n\x08STARTING\x10\x05\x12\x0e\n\nRESTARTING\x10\x06\x12\x0c\n\x08UPDATING\x10\x07\x12\t\n\x05\x45RROR\x10\x08\x12\x0b\n\x07\x43RASHED\x10\t\x12\x0c\n\x08\x44\x45LETING\x10\nJ\x04\x08\x0f\x10\x10J\x04\x08\x19\x10\x1a\"O\n\tResources\x12\x0e\n\x06memory\x18\x01 \x01(\x03\x12\r\n\x05\x63ores\x18\x02 \x01(\x03\x12\x15\n\rcore_fraction\x18\x03 \x01(\x03\x12\x0c\n\x04gpus\x18\x04 \x01(\x03\"\xc0\x01\n\x0c\x41ttachedDisk\x12\x38\n\x04mode\x18\x01 \x01(\x0e\x32*.yandex.cloud.compute.v1.AttachedDisk.Mode\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\x12\x13\n\x0b\x61uto_delete\x18\x03 \x01(\x08\x12\x0f\n\x07\x64isk_id\x18\x04 \x01(\t\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"6\n\x11\x41ttachedLocalDisk\x12\x0c\n\x04size\x18\x01 \x01(\x03\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\"\xbd\x01\n\x12\x41ttachedFilesystem\x12>\n\x04mode\x18\x01 \x01(\x0e\x32\x30.yandex.cloud.compute.v1.AttachedFilesystem.Mode\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\x12\x15\n\rfilesystem_id\x18\x03 \x01(\t\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"\xef\x01\n\x10NetworkInterface\x12\r\n\x05index\x18\x01 \x01(\t\x12\x13\n\x0bmac_address\x18\x02 \x01(\t\x12\x11\n\tsubnet_id\x18\x03 \x01(\t\x12\x43\n\x12primary_v4_address\x18\x04 \x01(\x0b\x32\'.yandex.cloud.compute.v1.PrimaryAddress\x12\x43\n\x12primary_v6_address\x18\x05 \x01(\x0b\x32\'.yandex.cloud.compute.v1.PrimaryAddress\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\"\x98\x01\n\x0ePrimaryAddress\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12<\n\x0eone_to_one_nat\x18\x02 \x01(\x0b\x32$.yandex.cloud.compute.v1.OneToOneNat\x12\x37\n\x0b\x64ns_records\x18\x03 \x03(\x0b\x32\".yandex.cloud.compute.v1.DnsRecord\"\x8f\x01\n\x0bOneToOneNat\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x36\n\nip_version\x18\x02 \x01(\x0e\x32\".yandex.cloud.compute.v1.IpVersion\x12\x37\n\x0b\x64ns_records\x18\x03 \x03(\x0b\x32\".yandex.cloud.compute.v1.DnsRecord\"H\n\tDnsRecord\x12\x0c\n\x04\x66qdn\x18\x01 \x01(\t\x12\x13\n\x0b\x64ns_zone_id\x18\x02 \x01(\t\x12\x0b\n\x03ttl\x18\x03 \x01(\x03\x12\x0b\n\x03ptr\x18\x04 \x01(\x08\"\'\n\x10SchedulingPolicy\x12\x13\n\x0bpreemptible\x18\x01 \x01(\x08\"\xae\x01\n\x0fNetworkSettings\x12;\n\x04type\x18\x01 \x01(\x0e\x32-.yandex.cloud.compute.v1.NetworkSettings.Type\"^\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08STANDARD\x10\x01\x12\x18\n\x14SOFTWARE_ACCELERATED\x10\x02\x12\x18\n\x14HARDWARE_ACCELERATED\x10\x03\"%\n\x0bGpuSettings\x12\x16\n\x0egpu_cluster_id\x18\x01 \x01(\t\"\xe4\x02\n\x0fPlacementPolicy\x12\x1a\n\x12placement_group_id\x18\x01 \x01(\t\x12V\n\x13host_affinity_rules\x18\x02 \x03(\x0b\x32\x39.yandex.cloud.compute.v1.PlacementPolicy.HostAffinityRule\x12!\n\x19placement_group_partition\x18\x03 \x01(\x03\x1a\xb9\x01\n\x10HostAffinityRule\x12\x0b\n\x03key\x18\x01 \x01(\t\x12N\n\x02op\x18\x02 \x01(\x0e\x32\x42.yandex.cloud.compute.v1.PlacementPolicy.HostAffinityRule.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xa1\x02\n\x0fMetadataOptions\x12\x42\n\x11gce_http_endpoint\x18\x01 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12\x45\n\x14\x61ws_v1_http_endpoint\x18\x02 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12?\n\x0egce_http_token\x18\x03 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12\x42\n\x11\x61ws_v1_http_token\x18\x04 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\"\xc9\x01\n\x12SerialPortSettings\x12W\n\x11ssh_authorization\x18\x01 \x01(\x0e\x32<.yandex.cloud.compute.v1.SerialPortSettings.SSHAuthorization\"Z\n\x10SSHAuthorization\x12!\n\x1dSSH_AUTHORIZATION_UNSPECIFIED\x10\x00\x12\x15\n\x11INSTANCE_METADATA\x10\x01\x12\x0c\n\x08OS_LOGIN\x10\x02*;\n\tIpVersion\x12\x1a\n\x16IP_VERSION_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\x08\n\x04IPV6\x10\x02*L\n\x0eMetadataOption\x12\x1f\n\x1bMETADATA_OPTION_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x42\x62\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/compute/v1/instance.proto\x12\x17yandex.cloud.compute.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\x1a)yandex/cloud/compute/v1/maintenance.proto\"\xd1\r\n\x08Instance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12=\n\x06labels\x18\x06 \x03(\x0b\x32-.yandex.cloud.compute.v1.Instance.LabelsEntry\x12\x0f\n\x07zone_id\x18\x07 \x01(\t\x12\x13\n\x0bplatform_id\x18\x08 \x01(\t\x12\x35\n\tresources\x18\t \x01(\x0b\x32\".yandex.cloud.compute.v1.Resources\x12\x38\n\x06status\x18\n \x01(\x0e\x32(.yandex.cloud.compute.v1.Instance.Status\x12\x41\n\x08metadata\x18\x0b \x03(\x0b\x32/.yandex.cloud.compute.v1.Instance.MetadataEntry\x12\x42\n\x10metadata_options\x18\x17 \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12\x38\n\tboot_disk\x18\x0c \x01(\x0b\x32%.yandex.cloud.compute.v1.AttachedDisk\x12>\n\x0fsecondary_disks\x18\r \x03(\x0b\x32%.yandex.cloud.compute.v1.AttachedDisk\x12?\n\x0blocal_disks\x18\x16 \x03(\x0b\x32*.yandex.cloud.compute.v1.AttachedLocalDisk\x12@\n\x0b\x66ilesystems\x18\x15 \x03(\x0b\x32+.yandex.cloud.compute.v1.AttachedFilesystem\x12\x45\n\x12network_interfaces\x18\x0e \x03(\x0b\x32).yandex.cloud.compute.v1.NetworkInterface\x12I\n\x14serial_port_settings\x18\x18 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x12:\n\x0cgpu_settings\x18\x1a \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12\x0c\n\x04\x66qdn\x18\x10 \x01(\t\x12\x44\n\x11scheduling_policy\x18\x11 \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x1a\n\x12service_account_id\x18\x12 \x01(\t\x12\x42\n\x10network_settings\x18\x13 \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x14 \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12\x15\n\rhost_group_id\x18\x1b \x01(\t\x12\x0f\n\x07host_id\x18\x1c \x01(\t\x12\x46\n\x12maintenance_policy\x18\x1d \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12;\n\x18maintenance_grace_period\x18\x1e \x01(\x0b\x32\x19.google.protobuf.Duration\x12H\n\x13hardware_generation\x18\x1f \x01(\x0b\x32+.yandex.cloud.compute.v1.HardwareGeneration\x12!\n\x19reserved_instance_pool_id\x18 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xac\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08STOPPING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x12\x0c\n\x08STARTING\x10\x05\x12\x0e\n\nRESTARTING\x10\x06\x12\x0c\n\x08UPDATING\x10\x07\x12\t\n\x05\x45RROR\x10\x08\x12\x0b\n\x07\x43RASHED\x10\t\x12\x0c\n\x08\x44\x45LETING\x10\nJ\x04\x08\x0f\x10\x10J\x04\x08\x19\x10\x1a\"O\n\tResources\x12\x0e\n\x06memory\x18\x01 \x01(\x03\x12\r\n\x05\x63ores\x18\x02 \x01(\x03\x12\x15\n\rcore_fraction\x18\x03 \x01(\x03\x12\x0c\n\x04gpus\x18\x04 \x01(\x03\"\xc0\x01\n\x0c\x41ttachedDisk\x12\x38\n\x04mode\x18\x01 \x01(\x0e\x32*.yandex.cloud.compute.v1.AttachedDisk.Mode\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\x12\x13\n\x0b\x61uto_delete\x18\x03 \x01(\x08\x12\x0f\n\x07\x64isk_id\x18\x04 \x01(\t\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"6\n\x11\x41ttachedLocalDisk\x12\x0c\n\x04size\x18\x01 \x01(\x03\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\"\xbd\x01\n\x12\x41ttachedFilesystem\x12>\n\x04mode\x18\x01 \x01(\x0e\x32\x30.yandex.cloud.compute.v1.AttachedFilesystem.Mode\x12\x13\n\x0b\x64\x65vice_name\x18\x02 \x01(\t\x12\x15\n\rfilesystem_id\x18\x03 \x01(\t\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"\xef\x01\n\x10NetworkInterface\x12\r\n\x05index\x18\x01 \x01(\t\x12\x13\n\x0bmac_address\x18\x02 \x01(\t\x12\x11\n\tsubnet_id\x18\x03 \x01(\t\x12\x43\n\x12primary_v4_address\x18\x04 \x01(\x0b\x32\'.yandex.cloud.compute.v1.PrimaryAddress\x12\x43\n\x12primary_v6_address\x18\x05 \x01(\x0b\x32\'.yandex.cloud.compute.v1.PrimaryAddress\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\"\x98\x01\n\x0ePrimaryAddress\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12<\n\x0eone_to_one_nat\x18\x02 \x01(\x0b\x32$.yandex.cloud.compute.v1.OneToOneNat\x12\x37\n\x0b\x64ns_records\x18\x03 \x03(\x0b\x32\".yandex.cloud.compute.v1.DnsRecord\"\x8f\x01\n\x0bOneToOneNat\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x36\n\nip_version\x18\x02 \x01(\x0e\x32\".yandex.cloud.compute.v1.IpVersion\x12\x37\n\x0b\x64ns_records\x18\x03 \x03(\x0b\x32\".yandex.cloud.compute.v1.DnsRecord\"H\n\tDnsRecord\x12\x0c\n\x04\x66qdn\x18\x01 \x01(\t\x12\x13\n\x0b\x64ns_zone_id\x18\x02 \x01(\t\x12\x0b\n\x03ttl\x18\x03 \x01(\x03\x12\x0b\n\x03ptr\x18\x04 \x01(\x08\"\'\n\x10SchedulingPolicy\x12\x13\n\x0bpreemptible\x18\x01 \x01(\x08\"\xae\x01\n\x0fNetworkSettings\x12;\n\x04type\x18\x01 \x01(\x0e\x32-.yandex.cloud.compute.v1.NetworkSettings.Type\"^\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08STANDARD\x10\x01\x12\x18\n\x14SOFTWARE_ACCELERATED\x10\x02\x12\x18\n\x14HARDWARE_ACCELERATED\x10\x03\"%\n\x0bGpuSettings\x12\x16\n\x0egpu_cluster_id\x18\x01 \x01(\t\"\xe4\x02\n\x0fPlacementPolicy\x12\x1a\n\x12placement_group_id\x18\x01 \x01(\t\x12V\n\x13host_affinity_rules\x18\x02 \x03(\x0b\x32\x39.yandex.cloud.compute.v1.PlacementPolicy.HostAffinityRule\x12!\n\x19placement_group_partition\x18\x03 \x01(\x03\x1a\xb9\x01\n\x10HostAffinityRule\x12\x0b\n\x03key\x18\x01 \x01(\t\x12N\n\x02op\x18\x02 \x01(\x0e\x32\x42.yandex.cloud.compute.v1.PlacementPolicy.HostAffinityRule.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xa1\x02\n\x0fMetadataOptions\x12\x42\n\x11gce_http_endpoint\x18\x01 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12\x45\n\x14\x61ws_v1_http_endpoint\x18\x02 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12?\n\x0egce_http_token\x18\x03 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\x12\x42\n\x11\x61ws_v1_http_token\x18\x04 \x01(\x0e\x32\'.yandex.cloud.compute.v1.MetadataOption\"\xc9\x01\n\x12SerialPortSettings\x12W\n\x11ssh_authorization\x18\x01 \x01(\x0e\x32<.yandex.cloud.compute.v1.SerialPortSettings.SSHAuthorization\"Z\n\x10SSHAuthorization\x12!\n\x1dSSH_AUTHORIZATION_UNSPECIFIED\x10\x00\x12\x15\n\x11INSTANCE_METADATA\x10\x01\x12\x0c\n\x08OS_LOGIN\x10\x02*;\n\tIpVersion\x12\x1a\n\x16IP_VERSION_UNSPECIFIED\x10\x00\x12\x08\n\x04IPV4\x10\x01\x12\x08\n\x04IPV6\x10\x02*L\n\x0eMetadataOption\x12\x1f\n\x1bMETADATA_OPTION_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x42\x62\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
32
32
 
33
33
  _globals = globals()
34
34
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -40,56 +40,56 @@ if not _descriptor._USE_C_DESCRIPTORS:
40
40
  _globals['_INSTANCE_LABELSENTRY']._serialized_options = b'8\001'
41
41
  _globals['_INSTANCE_METADATAENTRY']._loaded_options = None
42
42
  _globals['_INSTANCE_METADATAENTRY']._serialized_options = b'8\001'
43
- _globals['_IPVERSION']._serialized_start=4192
44
- _globals['_IPVERSION']._serialized_end=4251
45
- _globals['_METADATAOPTION']._serialized_start=4253
46
- _globals['_METADATAOPTION']._serialized_end=4329
43
+ _globals['_IPVERSION']._serialized_start=4227
44
+ _globals['_IPVERSION']._serialized_end=4286
45
+ _globals['_METADATAOPTION']._serialized_start=4288
46
+ _globals['_METADATAOPTION']._serialized_end=4364
47
47
  _globals['_INSTANCE']._serialized_start=227
48
- _globals['_INSTANCE']._serialized_end=1937
49
- _globals['_INSTANCE_LABELSENTRY']._serialized_start=1656
50
- _globals['_INSTANCE_LABELSENTRY']._serialized_end=1701
51
- _globals['_INSTANCE_METADATAENTRY']._serialized_start=1703
52
- _globals['_INSTANCE_METADATAENTRY']._serialized_end=1750
53
- _globals['_INSTANCE_STATUS']._serialized_start=1753
54
- _globals['_INSTANCE_STATUS']._serialized_end=1925
55
- _globals['_RESOURCES']._serialized_start=1939
56
- _globals['_RESOURCES']._serialized_end=2018
57
- _globals['_ATTACHEDDISK']._serialized_start=2021
58
- _globals['_ATTACHEDDISK']._serialized_end=2213
59
- _globals['_ATTACHEDDISK_MODE']._serialized_start=2154
60
- _globals['_ATTACHEDDISK_MODE']._serialized_end=2213
61
- _globals['_ATTACHEDLOCALDISK']._serialized_start=2215
62
- _globals['_ATTACHEDLOCALDISK']._serialized_end=2269
63
- _globals['_ATTACHEDFILESYSTEM']._serialized_start=2272
64
- _globals['_ATTACHEDFILESYSTEM']._serialized_end=2461
65
- _globals['_ATTACHEDFILESYSTEM_MODE']._serialized_start=2154
66
- _globals['_ATTACHEDFILESYSTEM_MODE']._serialized_end=2213
67
- _globals['_NETWORKINTERFACE']._serialized_start=2464
68
- _globals['_NETWORKINTERFACE']._serialized_end=2703
69
- _globals['_PRIMARYADDRESS']._serialized_start=2706
70
- _globals['_PRIMARYADDRESS']._serialized_end=2858
71
- _globals['_ONETOONENAT']._serialized_start=2861
72
- _globals['_ONETOONENAT']._serialized_end=3004
73
- _globals['_DNSRECORD']._serialized_start=3006
74
- _globals['_DNSRECORD']._serialized_end=3078
75
- _globals['_SCHEDULINGPOLICY']._serialized_start=3080
76
- _globals['_SCHEDULINGPOLICY']._serialized_end=3119
77
- _globals['_NETWORKSETTINGS']._serialized_start=3122
78
- _globals['_NETWORKSETTINGS']._serialized_end=3296
79
- _globals['_NETWORKSETTINGS_TYPE']._serialized_start=3202
80
- _globals['_NETWORKSETTINGS_TYPE']._serialized_end=3296
81
- _globals['_GPUSETTINGS']._serialized_start=3298
82
- _globals['_GPUSETTINGS']._serialized_end=3335
83
- _globals['_PLACEMENTPOLICY']._serialized_start=3338
84
- _globals['_PLACEMENTPOLICY']._serialized_end=3694
85
- _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE']._serialized_start=3509
86
- _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE']._serialized_end=3694
87
- _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE_OPERATOR']._serialized_start=3638
88
- _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE_OPERATOR']._serialized_end=3694
89
- _globals['_METADATAOPTIONS']._serialized_start=3697
90
- _globals['_METADATAOPTIONS']._serialized_end=3986
91
- _globals['_SERIALPORTSETTINGS']._serialized_start=3989
92
- _globals['_SERIALPORTSETTINGS']._serialized_end=4190
93
- _globals['_SERIALPORTSETTINGS_SSHAUTHORIZATION']._serialized_start=4100
94
- _globals['_SERIALPORTSETTINGS_SSHAUTHORIZATION']._serialized_end=4190
48
+ _globals['_INSTANCE']._serialized_end=1972
49
+ _globals['_INSTANCE_LABELSENTRY']._serialized_start=1691
50
+ _globals['_INSTANCE_LABELSENTRY']._serialized_end=1736
51
+ _globals['_INSTANCE_METADATAENTRY']._serialized_start=1738
52
+ _globals['_INSTANCE_METADATAENTRY']._serialized_end=1785
53
+ _globals['_INSTANCE_STATUS']._serialized_start=1788
54
+ _globals['_INSTANCE_STATUS']._serialized_end=1960
55
+ _globals['_RESOURCES']._serialized_start=1974
56
+ _globals['_RESOURCES']._serialized_end=2053
57
+ _globals['_ATTACHEDDISK']._serialized_start=2056
58
+ _globals['_ATTACHEDDISK']._serialized_end=2248
59
+ _globals['_ATTACHEDDISK_MODE']._serialized_start=2189
60
+ _globals['_ATTACHEDDISK_MODE']._serialized_end=2248
61
+ _globals['_ATTACHEDLOCALDISK']._serialized_start=2250
62
+ _globals['_ATTACHEDLOCALDISK']._serialized_end=2304
63
+ _globals['_ATTACHEDFILESYSTEM']._serialized_start=2307
64
+ _globals['_ATTACHEDFILESYSTEM']._serialized_end=2496
65
+ _globals['_ATTACHEDFILESYSTEM_MODE']._serialized_start=2189
66
+ _globals['_ATTACHEDFILESYSTEM_MODE']._serialized_end=2248
67
+ _globals['_NETWORKINTERFACE']._serialized_start=2499
68
+ _globals['_NETWORKINTERFACE']._serialized_end=2738
69
+ _globals['_PRIMARYADDRESS']._serialized_start=2741
70
+ _globals['_PRIMARYADDRESS']._serialized_end=2893
71
+ _globals['_ONETOONENAT']._serialized_start=2896
72
+ _globals['_ONETOONENAT']._serialized_end=3039
73
+ _globals['_DNSRECORD']._serialized_start=3041
74
+ _globals['_DNSRECORD']._serialized_end=3113
75
+ _globals['_SCHEDULINGPOLICY']._serialized_start=3115
76
+ _globals['_SCHEDULINGPOLICY']._serialized_end=3154
77
+ _globals['_NETWORKSETTINGS']._serialized_start=3157
78
+ _globals['_NETWORKSETTINGS']._serialized_end=3331
79
+ _globals['_NETWORKSETTINGS_TYPE']._serialized_start=3237
80
+ _globals['_NETWORKSETTINGS_TYPE']._serialized_end=3331
81
+ _globals['_GPUSETTINGS']._serialized_start=3333
82
+ _globals['_GPUSETTINGS']._serialized_end=3370
83
+ _globals['_PLACEMENTPOLICY']._serialized_start=3373
84
+ _globals['_PLACEMENTPOLICY']._serialized_end=3729
85
+ _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE']._serialized_start=3544
86
+ _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE']._serialized_end=3729
87
+ _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE_OPERATOR']._serialized_start=3673
88
+ _globals['_PLACEMENTPOLICY_HOSTAFFINITYRULE_OPERATOR']._serialized_end=3729
89
+ _globals['_METADATAOPTIONS']._serialized_start=3732
90
+ _globals['_METADATAOPTIONS']._serialized_end=4021
91
+ _globals['_SERIALPORTSETTINGS']._serialized_start=4024
92
+ _globals['_SERIALPORTSETTINGS']._serialized_end=4225
93
+ _globals['_SERIALPORTSETTINGS_SSHAUTHORIZATION']._serialized_start=4135
94
+ _globals['_SERIALPORTSETTINGS_SSHAUTHORIZATION']._serialized_end=4225
95
95
  # @@protoc_insertion_point(module_scope)
@@ -183,6 +183,7 @@ class Instance(google.protobuf.message.Message):
183
183
  MAINTENANCE_POLICY_FIELD_NUMBER: builtins.int
184
184
  MAINTENANCE_GRACE_PERIOD_FIELD_NUMBER: builtins.int
185
185
  HARDWARE_GENERATION_FIELD_NUMBER: builtins.int
186
+ RESERVED_INSTANCE_POOL_ID_FIELD_NUMBER: builtins.int
186
187
  id: builtins.str
187
188
  """ID of the instance."""
188
189
  folder_id: builtins.str
@@ -213,6 +214,8 @@ class Instance(google.protobuf.message.Message):
213
214
  """ID of the dedicated host that the instance belongs to."""
214
215
  maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType
215
216
  """Behaviour on maintenance events"""
217
+ reserved_instance_pool_id: builtins.str
218
+ """ID of the reserved instance pool that the instance belongs to."""
216
219
  @property
217
220
  def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
218
221
  @property
@@ -315,9 +318,10 @@ class Instance(google.protobuf.message.Message):
315
318
  maintenance_policy: yandex.cloud.compute.v1.maintenance_pb2.MaintenancePolicy.ValueType = ...,
316
319
  maintenance_grace_period: google.protobuf.duration_pb2.Duration | None = ...,
317
320
  hardware_generation: yandex.cloud.compute.v1.hardware_generation_pb2.HardwareGeneration | None = ...,
321
+ reserved_instance_pool_id: builtins.str = ...,
318
322
  ) -> None: ...
319
323
  def HasField(self, field_name: typing.Literal["boot_disk", b"boot_disk", "created_at", b"created_at", "gpu_settings", b"gpu_settings", "hardware_generation", b"hardware_generation", "maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources", b"resources", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings"]) -> builtins.bool: ...
320
- def ClearField(self, field_name: typing.Literal["boot_disk", b"boot_disk", "created_at", b"created_at", "description", b"description", "filesystems", b"filesystems", "folder_id", b"folder_id", "fqdn", b"fqdn", "gpu_settings", b"gpu_settings", "hardware_generation", b"hardware_generation", "host_group_id", b"host_group_id", "host_id", b"host_id", "id", b"id", "labels", b"labels", "local_disks", b"local_disks", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interfaces", b"network_interfaces", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "resources", b"resources", "scheduling_policy", b"scheduling_policy", "secondary_disks", b"secondary_disks", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "status", b"status", "zone_id", b"zone_id"]) -> None: ...
324
+ def ClearField(self, field_name: typing.Literal["boot_disk", b"boot_disk", "created_at", b"created_at", "description", b"description", "filesystems", b"filesystems", "folder_id", b"folder_id", "fqdn", b"fqdn", "gpu_settings", b"gpu_settings", "hardware_generation", b"hardware_generation", "host_group_id", b"host_group_id", "host_id", b"host_id", "id", b"id", "labels", b"labels", "local_disks", b"local_disks", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interfaces", b"network_interfaces", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "platform_id", b"platform_id", "reserved_instance_pool_id", b"reserved_instance_pool_id", "resources", b"resources", "scheduling_policy", b"scheduling_policy", "secondary_disks", b"secondary_disks", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "status", b"status", "zone_id", b"zone_id"]) -> None: ...
321
325
 
322
326
  global___Instance = Instance
323
327
 
@@ -34,7 +34,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
34
34
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
35
35
 
36
36
 
37
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/compute/v1/instance_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a&yandex/cloud/compute/v1/instance.proto\x1a)yandex/cloud/compute/v1/maintenance.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"l\n\x12GetInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04view\x18\x02 \x01(\x0e\x32%.yandex.cloud.compute.v1.InstanceView\"\xae\x01\n\x14ListInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x15ListInstancesResponse\x12\x34\n\tinstances\x18\x01 \x03(\x0b\x32!.yandex.cloud.compute.v1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd4\x0c\n\x15\x43reateInstanceRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8f\x01\n\x06labels\x18\x04 \x03(\x0b\x32:.yandex.cloud.compute.v1.CreateInstanceRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x1d\n\x07zone_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0bplatform_id\x18\x06 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x44\n\x0eresources_spec\x18\x07 \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpecB\x04\xe8\xc7\x31\x01\x12N\n\x08metadata\x18\x08 \x03(\x0b\x32<.yandex.cloud.compute.v1.CreateInstanceRequest.MetadataEntry\x12\x42\n\x10metadata_options\x18\x13 \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12G\n\x0e\x62oot_disk_spec\x18\t \x01(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x04\xe8\xc7\x31\x01\x12P\n\x14secondary_disk_specs\x18\n \x03(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x07\x82\xc8\x31\x03<=3\x12H\n\x10local_disk_specs\x18\x12 \x03(\x0b\x32..yandex.cloud.compute.v1.AttachedLocalDiskSpec\x12I\n\x10\x66ilesystem_specs\x18\x11 \x03(\x0b\x32/.yandex.cloud.compute.v1.AttachedFilesystemSpec\x12T\n\x17network_interface_specs\x18\x0b \x03(\x0b\x32-.yandex.cloud.compute.v1.NetworkInterfaceSpecB\x04\xe8\xc7\x31\x01\x12\x37\n\x08hostname\x18\x0c \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x44\n\x11scheduling_policy\x18\r \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x1a\n\x12service_account_id\x18\x0e \x01(\t\x12\x42\n\x10network_settings\x18\x0f \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x10 \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12:\n\x0cgpu_settings\x18\x14 \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12\x46\n\x12maintenance_policy\x18\x15 \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12G\n\x18maintenance_grace_period\x18\x16 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\xc7\x31\x06\x31s-24h\x12I\n\x14serial_port_settings\x18\x17 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"7\n\x16\x43reateInstanceMetadata\x12\x1d\n\x0binstance_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\xe1\x08\n\x15UpdateInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8f\x01\n\x06labels\x18\x05 \x03(\x0b\x32:.yandex.cloud.compute.v1.UpdateInstanceRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x13\n\x0bplatform_id\x18\x06 \x01(\t\x12>\n\x0eresources_spec\x18\x07 \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpec\x12N\n\x08metadata\x18\x08 \x03(\x0b\x32<.yandex.cloud.compute.v1.UpdateInstanceRequest.MetadataEntry\x12\x42\n\x10metadata_options\x18\r \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x42\n\x10network_settings\x18\n \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x0b \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12\x44\n\x11scheduling_policy\x18\x0c \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x46\n\x12maintenance_policy\x18\x0e \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12G\n\x18maintenance_grace_period\x18\x0f \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\xc7\x31\x06\x31s-24h\x12I\n\x14serial_port_settings\x18\x10 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\xc7\x01\n\x1dUpdateInstanceMetadataRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64\x65lete\x18\x02 \x03(\t\x12R\n\x06upsert\x18\x03 \x03(\x0b\x32\x42.yandex.cloud.compute.v1.UpdateInstanceMetadataRequest.UpsertEntry\x1a-\n\x0bUpsertEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x1eUpdateInstanceMetadataMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"b\n\"GetInstanceSerialPortOutputRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x04port\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\"7\n#GetInstanceSerialPortOutputResponse\x12\x10\n\x08\x63ontents\x18\x01 \x01(\t\"8\n\x13StopInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x14StopInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"9\n\x14StartInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\",\n\x15StartInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\";\n\x16RestartInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\".\n\x17RestartInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\x8b\x01\n\x19\x41ttachInstanceDiskRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x12\x61ttached_disk_spec\x18\x02 \x01(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x04\xe8\xc7\x31\x01\"B\n\x1a\x41ttachInstanceDiskMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0f\n\x07\x64isk_id\x18\x02 \x01(\t\"\x9a\x01\n\x19\x44\x65tachInstanceDiskRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1b\n\x07\x64isk_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12/\n\x0b\x64\x65vice_name\x18\x03 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}H\x00\x42\x0c\n\x04\x64isk\x12\x04\xc0\xc1\x31\x01\"B\n\x1a\x44\x65tachInstanceDiskMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0f\n\x07\x64isk_id\x18\x02 \x01(\t\"\x9d\x01\n\x1f\x41ttachInstanceFilesystemRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12W\n\x18\x61ttached_filesystem_spec\x18\x02 \x01(\x0b\x32/.yandex.cloud.compute.v1.AttachedFilesystemSpecB\x04\xe8\xc7\x31\x01\"N\n AttachInstanceFilesystemMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x15\n\rfilesystem_id\x18\x02 \x01(\t\"\xac\x01\n\x1f\x44\x65tachInstanceFilesystemRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\rfilesystem_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12/\n\x0b\x64\x65vice_name\x18\x03 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}H\x00\x42\x12\n\nfilesystem\x12\x04\xc0\xc1\x31\x01\"N\n DetachInstanceFilesystemMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x15\n\rfilesystem_id\x18\x02 \x01(\t\"\xf8\x01\n%AttachInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tsubnet_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12L\n\x17primary_v4_address_spec\x18\x04 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12 \n\x12security_group_ids\x18\x06 \x03(\tB\x04\xe8\xc7\x31\x01J\x04\x08\x05\x10\x06\"^\n&AttachInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"i\n%DetachInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"^\n&DetachInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"\xb6\x01\n\x1d\x41\x64\x64InstanceOneToOneNatRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\x12\x18\n\x10internal_address\x18\x03 \x01(\t\x12\x45\n\x13one_to_one_nat_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.compute.v1.OneToOneNatSpec\"5\n\x1e\x41\x64\x64InstanceOneToOneNatMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"r\n RemoveInstanceOneToOneNatRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\x12\x18\n\x10internal_address\x18\x03 \x01(\t\"8\n!RemoveInstanceOneToOneNatMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\xe5\x02\n%UpdateInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x11\n\tsubnet_id\x18\x04 \x01(\t\x12L\n\x17primary_v4_address_spec\x18\x05 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12L\n\x17primary_v6_address_spec\x18\x06 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12\x1a\n\x12security_group_ids\x18\x07 \x03(\t\"^\n&UpdateInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"L\n\'SimulateInstanceMaintenanceEventRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n(SimulateInstanceMaintenanceEventMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\x80\x01\n\x1dListInstanceOperationsRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"p\n\x1eListInstanceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe7\x01\n\rResourcesSpec\x12&\n\x06memory\x18\x01 \x01(\x03\x42\x16\xe8\xc7\x31\x01\xfa\xc7\x31\x0e<=274877906944\x12i\n\x05\x63ores\x18\x02 \x01(\x03\x42Z\xe8\xc7\x31\x01\xfa\xc7\x31R2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,40,44,48,52,56,60,64,68,72,76,80\x12(\n\rcore_fraction\x18\x03 \x01(\x03\x42\x11\xfa\xc7\x31\r0,5,20,50,100\x12\x19\n\x04gpus\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30,1,2,4\"\xb7\x05\n\x10\x41ttachedDiskSpec\x12<\n\x04mode\x18\x01 \x01(\x0e\x32..yandex.cloud.compute.v1.AttachedDiskSpec.Mode\x12-\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}\x12\x13\n\x0b\x61uto_delete\x18\x03 \x01(\x08\x12G\n\tdisk_spec\x18\x04 \x01(\x0b\x32\x32.yandex.cloud.compute.v1.AttachedDiskSpec.DiskSpecH\x00\x12\x1b\n\x07\x64isk_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x1a\xef\x02\n\x08\x44iskSpec\x12\x33\n\x04name\x18\x01 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x19\n\x07type_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12+\n\x04size\x18\x04 \x01(\x03\x42\x1d\xe8\xc7\x31\x01\xfa\xc7\x31\x15\x34\x31\x39\x34\x33\x30\x34-4398046511104\x12\x1c\n\x08image_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bsnapshot_id\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12K\n\x15\x64isk_placement_policy\x18\x07 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12\x12\n\nblock_size\x18\x08 \x01(\x03\x12\x1c\n\nkms_key_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50B\x08\n\x06source\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\x42\x0c\n\x04\x64isk\x12\x04\xc0\xc1\x31\x01\"+\n\x15\x41ttachedLocalDiskSpec\x12\x12\n\x04size\x18\x01 \x01(\x03\x42\x04\xe8\xc7\x31\x01\"\xe9\x01\n\x16\x41ttachedFilesystemSpec\x12\x42\n\x04mode\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.compute.v1.AttachedFilesystemSpec.Mode\x12-\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}\x12\x1f\n\rfilesystem_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"\x84\x02\n\x14NetworkInterfaceSpec\x12\x1f\n\tsubnet_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x17primary_v4_address_spec\x18\x02 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12L\n\x17primary_v6_address_spec\x18\x03 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12\r\n\x05index\x18\x07 \x01(\tJ\x04\x08\x04\x10\x06\"\xae\x01\n\x12PrimaryAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x45\n\x13one_to_one_nat_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.compute.v1.OneToOneNatSpec\x12@\n\x10\x64ns_record_specs\x18\x03 \x03(\x0b\x32&.yandex.cloud.compute.v1.DnsRecordSpec\"\x9c\x01\n\x0fOneToOneNatSpec\x12\x36\n\nip_version\x18\x01 \x01(\x0e\x32\".yandex.cloud.compute.v1.IpVersion\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12@\n\x10\x64ns_record_specs\x18\x03 \x03(\x0b\x32&.yandex.cloud.compute.v1.DnsRecordSpec\"_\n\rDnsRecordSpec\x12\x12\n\x04\x66qdn\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64ns_zone_id\x18\x02 \x01(\t\x12\x18\n\x03ttl\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-86400\x12\x0b\n\x03ptr\x18\x04 \x01(\x08\"e\n\x13MoveInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x14MoveInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\xe4\x02\n\x17RelocateInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x13\x64\x65stination_zone_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12Y\n\x17network_interface_specs\x18\x03 \x03(\x0b\x32-.yandex.cloud.compute.v1.NetworkInterfaceSpecB\t\xe8\xc7\x31\x01\x82\xc8\x31\x01\x31\x12I\n\x13\x62oot_disk_placement\x18\x04 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12U\n\x19secondary_disk_placements\x18\x05 \x03(\x0b\x32\x32.yandex.cloud.compute.v1.DiskPlacementPolicyChange\"d\n\x18RelocateInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x16\n\x0esource_zone_id\x18\x02 \x01(\t\x12\x1b\n\x13\x64\x65stination_zone_id\x18\x03 \x01(\t\"0\n\x19GuestStopInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\".\n\x17PreemptInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\",\n\x15\x43rashInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t*#\n\x0cInstanceView\x12\t\n\x05\x42\x41SIC\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x32\x9f*\n\x0fInstanceService\x12\x82\x01\n\x03Get\x12+.yandex.cloud.compute.v1.GetInstanceRequest\x1a!.yandex.cloud.compute.v1.Instance\"+\x82\xd3\xe4\x93\x02%\x12#/compute/v1/instances/{instance_id}\x12\x84\x01\n\x04List\x12-.yandex.cloud.compute.v1.ListInstancesRequest\x1a..yandex.cloud.compute.v1.ListInstancesResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/compute/v1/instances\x12\xa3\x01\n\x06\x43reate\x12..yandex.cloud.compute.v1.CreateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\"\n\x16\x43reateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x1a\"\x15/compute/v1/instances:\x01*\x12\xb1\x01\n\x06Update\x12..yandex.cloud.compute.v1.UpdateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2*\"\n\x16UpdateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02(2#/compute/v1/instances/{instance_id}:\x01*\x12\xbb\x01\n\x06\x44\x65lete\x12..yandex.cloud.compute.v1.DeleteInstanceRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*/\n\x16\x44\x65leteInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02%*#/compute/v1/instances/{instance_id}\x12\xd8\x01\n\x0eUpdateMetadata\x12\x36.yandex.cloud.compute.v1.UpdateInstanceMetadataRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2**\n\x1eUpdateInstanceMetadataMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x37\"2/compute/v1/instances/{instance_id}/updateMetadata:\x01*\x12\xce\x01\n\x13GetSerialPortOutput\x12;.yandex.cloud.compute.v1.GetInstanceSerialPortOutputRequest\x1a<.yandex.cloud.compute.v1.GetInstanceSerialPortOutputResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/compute/v1/instances/{instance_id}:serialPortOutput\x12\xba\x01\n\x04Stop\x12,.yandex.cloud.compute.v1.StopInstanceRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*-\n\x14StopInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02*\"(/compute/v1/instances/{instance_id}:stop\x12\xb1\x01\n\x05Start\x12-.yandex.cloud.compute.v1.StartInstanceRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*!\n\x15StartInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02+\")/compute/v1/instances/{instance_id}:start\x12\xc6\x01\n\x07Restart\x12/.yandex.cloud.compute.v1.RestartInstanceRequest\x1a!.yandex.cloud.operation.Operation\"g\xb2\xd2*0\n\x17RestartInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-\"+/compute/v1/instances/{instance_id}:restart\x12\xc8\x01\n\nAttachDisk\x12\x32.yandex.cloud.compute.v1.AttachInstanceDiskRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*&\n\x1a\x41ttachInstanceDiskMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x33\"./compute/v1/instances/{instance_id}:attachDisk:\x01*\x12\xc8\x01\n\nDetachDisk\x12\x32.yandex.cloud.compute.v1.DetachInstanceDiskRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*&\n\x1a\x44\x65tachInstanceDiskMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x33\"./compute/v1/instances/{instance_id}:detachDisk:\x01*\x12\xe0\x01\n\x10\x41ttachFilesystem\x12\x38.yandex.cloud.compute.v1.AttachInstanceFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*,\n AttachInstanceFilesystemMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/instances/{instance_id}:attachFilesystem:\x01*\x12\xe0\x01\n\x10\x44\x65tachFilesystem\x12\x38.yandex.cloud.compute.v1.DetachInstanceFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*,\n DetachInstanceFilesystemMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/instances/{instance_id}:detachFilesystem:\x01*\x12\xf8\x01\n\x16\x41ttachNetworkInterface\x12>.yandex.cloud.compute.v1.AttachInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&AttachInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?\":/compute/v1/instances/{instance_id}:attachNetworkInterface:\x01*\x12\xf8\x01\n\x16\x44\x65tachNetworkInterface\x12>.yandex.cloud.compute.v1.DetachInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&DetachInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?\":/compute/v1/instances/{instance_id}:detachNetworkInterface:\x01*\x12\xd8\x01\n\x0e\x41\x64\x64OneToOneNat\x12\x36.yandex.cloud.compute.v1.AddInstanceOneToOneNatRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2**\n\x1e\x41\x64\x64InstanceOneToOneNatMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x37\"2/compute/v1/instances/{instance_id}/addOneToOneNat:\x01*\x12\xe4\x01\n\x11RemoveOneToOneNat\x12\x39.yandex.cloud.compute.v1.RemoveInstanceOneToOneNatRequest\x1a!.yandex.cloud.operation.Operation\"q\xb2\xd2*-\n!RemoveInstanceOneToOneNatMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02:\"5/compute/v1/instances/{instance_id}/removeOneToOneNat:\x01*\x12\xf8\x01\n\x16UpdateNetworkInterface\x12>.yandex.cloud.compute.v1.UpdateInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&UpdateInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?2:/compute/v1/instances/{instance_id}/updateNetworkInterface:\x01*\x12\xb9\x01\n\x0eListOperations\x12\x36.yandex.cloud.compute.v1.ListInstanceOperationsRequest\x1a\x37.yandex.cloud.compute.v1.ListInstanceOperationsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./compute/v1/instances/{instance_id}/operations\x12\xb0\x01\n\x04Move\x12,.yandex.cloud.compute.v1.MoveInstanceRequest\x1a!.yandex.cloud.operation.Operation\"W\xb2\xd2* \n\x14MoveInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02-\"(/compute/v1/instances/{instance_id}:move:\x01*\x12\xc0\x01\n\x08Relocate\x12\x30.yandex.cloud.compute.v1.RelocateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*$\n\x18RelocateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x31\",/compute/v1/instances/{instance_id}:relocate:\x01*\x12\x8e\x02\n\x18SimulateMaintenanceEvent\x12@.yandex.cloud.compute.v1.SimulateInstanceMaintenanceEventRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*A\n(SimulateInstanceMaintenanceEventMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</compute/v1/instances/{instance_id}:simulateMaintenanceEvent:\x01*\x12\xb5\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/compute/v1/instances/{resource_id}:listAccessBindings\x12\xf4\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02:\"5/compute/v1/instances/{resource_id}:setAccessBindings:\x01*\x12\x80\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x92\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02=\"8/compute/v1/instances/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
37
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/compute/v1/instance_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a&yandex/cloud/compute/v1/instance.proto\x1a)yandex/cloud/compute/v1/maintenance.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"l\n\x12GetInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04view\x18\x02 \x01(\x0e\x32%.yandex.cloud.compute.v1.InstanceView\"\xae\x01\n\x14ListInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x15ListInstancesResponse\x12\x34\n\tinstances\x18\x01 \x03(\x0b\x32!.yandex.cloud.compute.v1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x81\r\n\x15\x43reateInstanceRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8f\x01\n\x06labels\x18\x04 \x03(\x0b\x32:.yandex.cloud.compute.v1.CreateInstanceRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x1d\n\x07zone_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x0bplatform_id\x18\x06 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x44\n\x0eresources_spec\x18\x07 \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpecB\x04\xe8\xc7\x31\x01\x12N\n\x08metadata\x18\x08 \x03(\x0b\x32<.yandex.cloud.compute.v1.CreateInstanceRequest.MetadataEntry\x12\x42\n\x10metadata_options\x18\x13 \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12G\n\x0e\x62oot_disk_spec\x18\t \x01(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x04\xe8\xc7\x31\x01\x12P\n\x14secondary_disk_specs\x18\n \x03(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x07\x82\xc8\x31\x03<=3\x12H\n\x10local_disk_specs\x18\x12 \x03(\x0b\x32..yandex.cloud.compute.v1.AttachedLocalDiskSpec\x12I\n\x10\x66ilesystem_specs\x18\x11 \x03(\x0b\x32/.yandex.cloud.compute.v1.AttachedFilesystemSpec\x12T\n\x17network_interface_specs\x18\x0b \x03(\x0b\x32-.yandex.cloud.compute.v1.NetworkInterfaceSpecB\x04\xe8\xc7\x31\x01\x12\x37\n\x08hostname\x18\x0c \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x44\n\x11scheduling_policy\x18\r \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x1a\n\x12service_account_id\x18\x0e \x01(\t\x12\x42\n\x10network_settings\x18\x0f \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x10 \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12:\n\x0cgpu_settings\x18\x14 \x01(\x0b\x32$.yandex.cloud.compute.v1.GpuSettings\x12\x46\n\x12maintenance_policy\x18\x15 \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12G\n\x18maintenance_grace_period\x18\x16 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\xc7\x31\x06\x31s-24h\x12I\n\x14serial_port_settings\x18\x17 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x12+\n\x19reserved_instance_pool_id\x18\x18 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"7\n\x16\x43reateInstanceMetadata\x12\x1d\n\x0binstance_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"\x8e\t\n\x15UpdateInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8f\x01\n\x06labels\x18\x05 \x03(\x0b\x32:.yandex.cloud.compute.v1.UpdateInstanceRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x13\n\x0bplatform_id\x18\x06 \x01(\t\x12>\n\x0eresources_spec\x18\x07 \x01(\x0b\x32&.yandex.cloud.compute.v1.ResourcesSpec\x12N\n\x08metadata\x18\x08 \x03(\x0b\x32<.yandex.cloud.compute.v1.UpdateInstanceRequest.MetadataEntry\x12\x42\n\x10metadata_options\x18\r \x01(\x0b\x32(.yandex.cloud.compute.v1.MetadataOptions\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x42\n\x10network_settings\x18\n \x01(\x0b\x32(.yandex.cloud.compute.v1.NetworkSettings\x12\x42\n\x10placement_policy\x18\x0b \x01(\x0b\x32(.yandex.cloud.compute.v1.PlacementPolicy\x12\x44\n\x11scheduling_policy\x18\x0c \x01(\x0b\x32).yandex.cloud.compute.v1.SchedulingPolicy\x12\x46\n\x12maintenance_policy\x18\x0e \x01(\x0e\x32*.yandex.cloud.compute.v1.MaintenancePolicy\x12G\n\x18maintenance_grace_period\x18\x0f \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xfa\xc7\x31\x06\x31s-24h\x12I\n\x14serial_port_settings\x18\x10 \x01(\x0b\x32+.yandex.cloud.compute.v1.SerialPortSettings\x12+\n\x19reserved_instance_pool_id\x18\x11 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\xc7\x01\n\x1dUpdateInstanceMetadataRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0e\n\x06\x64\x65lete\x18\x02 \x03(\t\x12R\n\x06upsert\x18\x03 \x03(\x0b\x32\x42.yandex.cloud.compute.v1.UpdateInstanceMetadataRequest.UpsertEntry\x1a-\n\x0bUpsertEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x1eUpdateInstanceMetadataMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"b\n\"GetInstanceSerialPortOutputRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x19\n\x04port\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\"7\n#GetInstanceSerialPortOutputResponse\x12\x10\n\x08\x63ontents\x18\x01 \x01(\t\"8\n\x13StopInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x14StopInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"9\n\x14StartInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\",\n\x15StartInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\";\n\x16RestartInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\".\n\x17RestartInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\x8b\x01\n\x19\x41ttachInstanceDiskRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x12\x61ttached_disk_spec\x18\x02 \x01(\x0b\x32).yandex.cloud.compute.v1.AttachedDiskSpecB\x04\xe8\xc7\x31\x01\"B\n\x1a\x41ttachInstanceDiskMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0f\n\x07\x64isk_id\x18\x02 \x01(\t\"\x9a\x01\n\x19\x44\x65tachInstanceDiskRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1b\n\x07\x64isk_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12/\n\x0b\x64\x65vice_name\x18\x03 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}H\x00\x42\x0c\n\x04\x64isk\x12\x04\xc0\xc1\x31\x01\"B\n\x1a\x44\x65tachInstanceDiskMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x0f\n\x07\x64isk_id\x18\x02 \x01(\t\"\x9d\x01\n\x1f\x41ttachInstanceFilesystemRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12W\n\x18\x61ttached_filesystem_spec\x18\x02 \x01(\x0b\x32/.yandex.cloud.compute.v1.AttachedFilesystemSpecB\x04\xe8\xc7\x31\x01\"N\n AttachInstanceFilesystemMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x15\n\rfilesystem_id\x18\x02 \x01(\t\"\xac\x01\n\x1f\x44\x65tachInstanceFilesystemRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\rfilesystem_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12/\n\x0b\x64\x65vice_name\x18\x03 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}H\x00\x42\x12\n\nfilesystem\x12\x04\xc0\xc1\x31\x01\"N\n DetachInstanceFilesystemMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x15\n\rfilesystem_id\x18\x02 \x01(\t\"\xf8\x01\n%AttachInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tsubnet_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12L\n\x17primary_v4_address_spec\x18\x04 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12 \n\x12security_group_ids\x18\x06 \x03(\tB\x04\xe8\xc7\x31\x01J\x04\x08\x05\x10\x06\"^\n&AttachInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"i\n%DetachInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"^\n&DetachInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"\xb6\x01\n\x1d\x41\x64\x64InstanceOneToOneNatRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\x12\x18\n\x10internal_address\x18\x03 \x01(\t\x12\x45\n\x13one_to_one_nat_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.compute.v1.OneToOneNatSpec\"5\n\x1e\x41\x64\x64InstanceOneToOneNatMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"r\n RemoveInstanceOneToOneNatRequest\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\x12\x18\n\x10internal_address\x18\x03 \x01(\t\"8\n!RemoveInstanceOneToOneNatMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\xe5\x02\n%UpdateInstanceNetworkInterfaceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17network_interface_index\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x11\n\tsubnet_id\x18\x04 \x01(\t\x12L\n\x17primary_v4_address_spec\x18\x05 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12L\n\x17primary_v6_address_spec\x18\x06 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12\x1a\n\x12security_group_ids\x18\x07 \x03(\t\"^\n&UpdateInstanceNetworkInterfaceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x1f\n\x17network_interface_index\x18\x02 \x01(\t\"L\n\'SimulateInstanceMaintenanceEventRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"?\n(SimulateInstanceMaintenanceEventMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\"\x80\x01\n\x1dListInstanceOperationsRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"p\n\x1eListInstanceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe7\x01\n\rResourcesSpec\x12&\n\x06memory\x18\x01 \x01(\x03\x42\x16\xe8\xc7\x31\x01\xfa\xc7\x31\x0e<=274877906944\x12i\n\x05\x63ores\x18\x02 \x01(\x03\x42Z\xe8\xc7\x31\x01\xfa\xc7\x31R2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,40,44,48,52,56,60,64,68,72,76,80\x12(\n\rcore_fraction\x18\x03 \x01(\x03\x42\x11\xfa\xc7\x31\r0,5,20,50,100\x12\x19\n\x04gpus\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30,1,2,4\"\xb7\x05\n\x10\x41ttachedDiskSpec\x12<\n\x04mode\x18\x01 \x01(\x0e\x32..yandex.cloud.compute.v1.AttachedDiskSpec.Mode\x12-\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}\x12\x13\n\x0b\x61uto_delete\x18\x03 \x01(\x08\x12G\n\tdisk_spec\x18\x04 \x01(\x0b\x32\x32.yandex.cloud.compute.v1.AttachedDiskSpec.DiskSpecH\x00\x12\x1b\n\x07\x64isk_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x1a\xef\x02\n\x08\x44iskSpec\x12\x33\n\x04name\x18\x01 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x19\n\x07type_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12+\n\x04size\x18\x04 \x01(\x03\x42\x1d\xe8\xc7\x31\x01\xfa\xc7\x31\x15\x34\x31\x39\x34\x33\x30\x34-4398046511104\x12\x1c\n\x08image_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bsnapshot_id\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12K\n\x15\x64isk_placement_policy\x18\x07 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12\x12\n\nblock_size\x18\x08 \x01(\x03\x12\x1c\n\nkms_key_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50B\x08\n\x06source\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\x42\x0c\n\x04\x64isk\x12\x04\xc0\xc1\x31\x01\"+\n\x15\x41ttachedLocalDiskSpec\x12\x12\n\x04size\x18\x01 \x01(\x03\x42\x04\xe8\xc7\x31\x01\"\xe9\x01\n\x16\x41ttachedFilesystemSpec\x12\x42\n\x04mode\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.compute.v1.AttachedFilesystemSpec.Mode\x12-\n\x0b\x64\x65vice_name\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x14[a-z][a-z0-9-_]{,19}\x12\x1f\n\rfilesystem_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\"\x84\x02\n\x14NetworkInterfaceSpec\x12\x1f\n\tsubnet_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x17primary_v4_address_spec\x18\x02 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12L\n\x17primary_v6_address_spec\x18\x03 \x01(\x0b\x32+.yandex.cloud.compute.v1.PrimaryAddressSpec\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12\r\n\x05index\x18\x07 \x01(\tJ\x04\x08\x04\x10\x06\"\xae\x01\n\x12PrimaryAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x45\n\x13one_to_one_nat_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.compute.v1.OneToOneNatSpec\x12@\n\x10\x64ns_record_specs\x18\x03 \x03(\x0b\x32&.yandex.cloud.compute.v1.DnsRecordSpec\"\x9c\x01\n\x0fOneToOneNatSpec\x12\x36\n\nip_version\x18\x01 \x01(\x0e\x32\".yandex.cloud.compute.v1.IpVersion\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12@\n\x10\x64ns_record_specs\x18\x03 \x03(\x0b\x32&.yandex.cloud.compute.v1.DnsRecordSpec\"_\n\rDnsRecordSpec\x12\x12\n\x04\x66qdn\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64ns_zone_id\x18\x02 \x01(\t\x12\x18\n\x03ttl\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-86400\x12\x0b\n\x03ptr\x18\x04 \x01(\x08\"e\n\x13MoveInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n\x14MoveInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\xe4\x02\n\x17RelocateInstanceRequest\x12!\n\x0binstance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x13\x64\x65stination_zone_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12Y\n\x17network_interface_specs\x18\x03 \x03(\x0b\x32-.yandex.cloud.compute.v1.NetworkInterfaceSpecB\t\xe8\xc7\x31\x01\x82\xc8\x31\x01\x31\x12I\n\x13\x62oot_disk_placement\x18\x04 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12U\n\x19secondary_disk_placements\x18\x05 \x03(\x0b\x32\x32.yandex.cloud.compute.v1.DiskPlacementPolicyChange\"d\n\x18RelocateInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\x12\x16\n\x0esource_zone_id\x18\x02 \x01(\t\x12\x1b\n\x13\x64\x65stination_zone_id\x18\x03 \x01(\t\"0\n\x19GuestStopInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\".\n\x17PreemptInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t\",\n\x15\x43rashInstanceMetadata\x12\x13\n\x0binstance_id\x18\x01 \x01(\t*#\n\x0cInstanceView\x12\t\n\x05\x42\x41SIC\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x32\x9f*\n\x0fInstanceService\x12\x82\x01\n\x03Get\x12+.yandex.cloud.compute.v1.GetInstanceRequest\x1a!.yandex.cloud.compute.v1.Instance\"+\x82\xd3\xe4\x93\x02%\x12#/compute/v1/instances/{instance_id}\x12\x84\x01\n\x04List\x12-.yandex.cloud.compute.v1.ListInstancesRequest\x1a..yandex.cloud.compute.v1.ListInstancesResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/compute/v1/instances\x12\xa3\x01\n\x06\x43reate\x12..yandex.cloud.compute.v1.CreateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\"\n\x16\x43reateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x1a\"\x15/compute/v1/instances:\x01*\x12\xb1\x01\n\x06Update\x12..yandex.cloud.compute.v1.UpdateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2*\"\n\x16UpdateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02(2#/compute/v1/instances/{instance_id}:\x01*\x12\xbb\x01\n\x06\x44\x65lete\x12..yandex.cloud.compute.v1.DeleteInstanceRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*/\n\x16\x44\x65leteInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02%*#/compute/v1/instances/{instance_id}\x12\xd8\x01\n\x0eUpdateMetadata\x12\x36.yandex.cloud.compute.v1.UpdateInstanceMetadataRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2**\n\x1eUpdateInstanceMetadataMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x37\"2/compute/v1/instances/{instance_id}/updateMetadata:\x01*\x12\xce\x01\n\x13GetSerialPortOutput\x12;.yandex.cloud.compute.v1.GetInstanceSerialPortOutputRequest\x1a<.yandex.cloud.compute.v1.GetInstanceSerialPortOutputResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/compute/v1/instances/{instance_id}:serialPortOutput\x12\xba\x01\n\x04Stop\x12,.yandex.cloud.compute.v1.StopInstanceRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*-\n\x14StopInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02*\"(/compute/v1/instances/{instance_id}:stop\x12\xb1\x01\n\x05Start\x12-.yandex.cloud.compute.v1.StartInstanceRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*!\n\x15StartInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02+\")/compute/v1/instances/{instance_id}:start\x12\xc6\x01\n\x07Restart\x12/.yandex.cloud.compute.v1.RestartInstanceRequest\x1a!.yandex.cloud.operation.Operation\"g\xb2\xd2*0\n\x17RestartInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-\"+/compute/v1/instances/{instance_id}:restart\x12\xc8\x01\n\nAttachDisk\x12\x32.yandex.cloud.compute.v1.AttachInstanceDiskRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*&\n\x1a\x41ttachInstanceDiskMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x33\"./compute/v1/instances/{instance_id}:attachDisk:\x01*\x12\xc8\x01\n\nDetachDisk\x12\x32.yandex.cloud.compute.v1.DetachInstanceDiskRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*&\n\x1a\x44\x65tachInstanceDiskMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x33\"./compute/v1/instances/{instance_id}:detachDisk:\x01*\x12\xe0\x01\n\x10\x41ttachFilesystem\x12\x38.yandex.cloud.compute.v1.AttachInstanceFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*,\n AttachInstanceFilesystemMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/instances/{instance_id}:attachFilesystem:\x01*\x12\xe0\x01\n\x10\x44\x65tachFilesystem\x12\x38.yandex.cloud.compute.v1.DetachInstanceFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*,\n DetachInstanceFilesystemMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/instances/{instance_id}:detachFilesystem:\x01*\x12\xf8\x01\n\x16\x41ttachNetworkInterface\x12>.yandex.cloud.compute.v1.AttachInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&AttachInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?\":/compute/v1/instances/{instance_id}:attachNetworkInterface:\x01*\x12\xf8\x01\n\x16\x44\x65tachNetworkInterface\x12>.yandex.cloud.compute.v1.DetachInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&DetachInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?\":/compute/v1/instances/{instance_id}:detachNetworkInterface:\x01*\x12\xd8\x01\n\x0e\x41\x64\x64OneToOneNat\x12\x36.yandex.cloud.compute.v1.AddInstanceOneToOneNatRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2**\n\x1e\x41\x64\x64InstanceOneToOneNatMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x37\"2/compute/v1/instances/{instance_id}/addOneToOneNat:\x01*\x12\xe4\x01\n\x11RemoveOneToOneNat\x12\x39.yandex.cloud.compute.v1.RemoveInstanceOneToOneNatRequest\x1a!.yandex.cloud.operation.Operation\"q\xb2\xd2*-\n!RemoveInstanceOneToOneNatMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02:\"5/compute/v1/instances/{instance_id}/removeOneToOneNat:\x01*\x12\xf8\x01\n\x16UpdateNetworkInterface\x12>.yandex.cloud.compute.v1.UpdateInstanceNetworkInterfaceRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*2\n&UpdateInstanceNetworkInterfaceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02?2:/compute/v1/instances/{instance_id}/updateNetworkInterface:\x01*\x12\xb9\x01\n\x0eListOperations\x12\x36.yandex.cloud.compute.v1.ListInstanceOperationsRequest\x1a\x37.yandex.cloud.compute.v1.ListInstanceOperationsResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./compute/v1/instances/{instance_id}/operations\x12\xb0\x01\n\x04Move\x12,.yandex.cloud.compute.v1.MoveInstanceRequest\x1a!.yandex.cloud.operation.Operation\"W\xb2\xd2* \n\x14MoveInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02-\"(/compute/v1/instances/{instance_id}:move:\x01*\x12\xc0\x01\n\x08Relocate\x12\x30.yandex.cloud.compute.v1.RelocateInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*$\n\x18RelocateInstanceMetadata\x12\x08Instance\x82\xd3\xe4\x93\x02\x31\",/compute/v1/instances/{instance_id}:relocate:\x01*\x12\x8e\x02\n\x18SimulateMaintenanceEvent\x12@.yandex.cloud.compute.v1.SimulateInstanceMaintenanceEventRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*A\n(SimulateInstanceMaintenanceEventMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</compute/v1/instances/{instance_id}:simulateMaintenanceEvent:\x01*\x12\xb5\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\">\x82\xd3\xe4\x93\x02\x38\x12\x36/compute/v1/instances/{resource_id}:listAccessBindings\x12\xf4\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8c\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02:\"5/compute/v1/instances/{resource_id}:setAccessBindings:\x01*\x12\x80\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x92\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02=\"8/compute/v1/instances/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
38
38
 
39
39
  _globals = globals()
40
40
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -82,6 +82,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
82
82
  _globals['_CREATEINSTANCEREQUEST'].fields_by_name['hostname']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
83
83
  _globals['_CREATEINSTANCEREQUEST'].fields_by_name['maintenance_grace_period']._loaded_options = None
84
84
  _globals['_CREATEINSTANCEREQUEST'].fields_by_name['maintenance_grace_period']._serialized_options = b'\372\3071\0061s-24h'
85
+ _globals['_CREATEINSTANCEREQUEST'].fields_by_name['reserved_instance_pool_id']._loaded_options = None
86
+ _globals['_CREATEINSTANCEREQUEST'].fields_by_name['reserved_instance_pool_id']._serialized_options = b'\212\3101\004<=50'
85
87
  _globals['_CREATEINSTANCEMETADATA'].fields_by_name['instance_id']._loaded_options = None
86
88
  _globals['_CREATEINSTANCEMETADATA'].fields_by_name['instance_id']._serialized_options = b'\212\3101\004<=50'
87
89
  _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._loaded_options = None
@@ -98,6 +100,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
98
100
  _globals['_UPDATEINSTANCEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\017[-_./\\@0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\034\022\024[a-z][-_./\\@0-9a-z]*\032\0041-63'
99
101
  _globals['_UPDATEINSTANCEREQUEST'].fields_by_name['maintenance_grace_period']._loaded_options = None
100
102
  _globals['_UPDATEINSTANCEREQUEST'].fields_by_name['maintenance_grace_period']._serialized_options = b'\372\3071\0061s-24h'
103
+ _globals['_UPDATEINSTANCEREQUEST'].fields_by_name['reserved_instance_pool_id']._loaded_options = None
104
+ _globals['_UPDATEINSTANCEREQUEST'].fields_by_name['reserved_instance_pool_id']._serialized_options = b'\212\3101\004<=50'
101
105
  _globals['_DELETEINSTANCEREQUEST'].fields_by_name['instance_id']._loaded_options = None
102
106
  _globals['_DELETEINSTANCEREQUEST'].fields_by_name['instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
103
107
  _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._loaded_options = None
@@ -262,8 +266,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
262
266
  _globals['_INSTANCESERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*H\n access.SetAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002:\"5/compute/v1/instances/{resource_id}:setAccessBindings:\001*'
263
267
  _globals['_INSTANCESERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
264
268
  _globals['_INSTANCESERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*K\n#access.UpdateAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002=\"8/compute/v1/instances/{resource_id}:updateAccessBindings:\001*'
265
- _globals['_INSTANCEVIEW']._serialized_start=9966
266
- _globals['_INSTANCEVIEW']._serialized_end=10001
269
+ _globals['_INSTANCEVIEW']._serialized_start=10056
270
+ _globals['_INSTANCEVIEW']._serialized_end=10091
267
271
  _globals['_GETINSTANCEREQUEST']._serialized_start=429
268
272
  _globals['_GETINSTANCEREQUEST']._serialized_end=537
269
273
  _globals['_LISTINSTANCESREQUEST']._serialized_start=540
@@ -271,127 +275,127 @@ if not _descriptor._USE_C_DESCRIPTORS:
271
275
  _globals['_LISTINSTANCESRESPONSE']._serialized_start=716
272
276
  _globals['_LISTINSTANCESRESPONSE']._serialized_end=818
273
277
  _globals['_CREATEINSTANCEREQUEST']._serialized_start=821
274
- _globals['_CREATEINSTANCEREQUEST']._serialized_end=2441
275
- _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2347
276
- _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2392
277
- _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2394
278
- _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2441
279
- _globals['_CREATEINSTANCEMETADATA']._serialized_start=2443
280
- _globals['_CREATEINSTANCEMETADATA']._serialized_end=2498
281
- _globals['_UPDATEINSTANCEREQUEST']._serialized_start=2501
282
- _globals['_UPDATEINSTANCEREQUEST']._serialized_end=3622
283
- _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2347
284
- _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2392
285
- _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2394
286
- _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2441
287
- _globals['_UPDATEINSTANCEMETADATA']._serialized_start=3624
288
- _globals['_UPDATEINSTANCEMETADATA']._serialized_end=3669
289
- _globals['_DELETEINSTANCEREQUEST']._serialized_start=3671
290
- _globals['_DELETEINSTANCEREQUEST']._serialized_end=3729
291
- _globals['_DELETEINSTANCEMETADATA']._serialized_start=3731
292
- _globals['_DELETEINSTANCEMETADATA']._serialized_end=3776
293
- _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_start=3779
294
- _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_end=3978
295
- _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_start=3933
296
- _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_end=3978
297
- _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_start=3980
298
- _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_end=4033
299
- _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_start=4035
300
- _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_end=4133
301
- _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_start=4135
302
- _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_end=4190
303
- _globals['_STOPINSTANCEREQUEST']._serialized_start=4192
304
- _globals['_STOPINSTANCEREQUEST']._serialized_end=4248
305
- _globals['_STOPINSTANCEMETADATA']._serialized_start=4250
306
- _globals['_STOPINSTANCEMETADATA']._serialized_end=4293
307
- _globals['_STARTINSTANCEREQUEST']._serialized_start=4295
308
- _globals['_STARTINSTANCEREQUEST']._serialized_end=4352
309
- _globals['_STARTINSTANCEMETADATA']._serialized_start=4354
310
- _globals['_STARTINSTANCEMETADATA']._serialized_end=4398
311
- _globals['_RESTARTINSTANCEREQUEST']._serialized_start=4400
312
- _globals['_RESTARTINSTANCEREQUEST']._serialized_end=4459
313
- _globals['_RESTARTINSTANCEMETADATA']._serialized_start=4461
314
- _globals['_RESTARTINSTANCEMETADATA']._serialized_end=4507
315
- _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_start=4510
316
- _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_end=4649
317
- _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_start=4651
318
- _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_end=4717
319
- _globals['_DETACHINSTANCEDISKREQUEST']._serialized_start=4720
320
- _globals['_DETACHINSTANCEDISKREQUEST']._serialized_end=4874
321
- _globals['_DETACHINSTANCEDISKMETADATA']._serialized_start=4876
322
- _globals['_DETACHINSTANCEDISKMETADATA']._serialized_end=4942
323
- _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_start=4945
324
- _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5102
325
- _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5104
326
- _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5182
327
- _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_start=5185
328
- _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5357
329
- _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5359
330
- _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5437
331
- _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=5440
332
- _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=5688
333
- _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=5690
334
- _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=5784
335
- _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=5786
336
- _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=5891
337
- _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=5893
338
- _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=5987
339
- _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_start=5990
340
- _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_end=6172
341
- _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_start=6174
342
- _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_end=6227
343
- _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_start=6229
344
- _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_end=6343
345
- _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_start=6345
346
- _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_end=6401
347
- _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_start=6404
348
- _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_end=6761
349
- _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_start=6763
350
- _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_end=6857
351
- _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_start=6859
352
- _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_end=6935
353
- _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_start=6937
354
- _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_end=7000
355
- _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_start=7003
356
- _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_end=7131
357
- _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_start=7133
358
- _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_end=7245
359
- _globals['_RESOURCESSPEC']._serialized_start=7248
360
- _globals['_RESOURCESSPEC']._serialized_end=7479
361
- _globals['_ATTACHEDDISKSPEC']._serialized_start=7482
362
- _globals['_ATTACHEDDISKSPEC']._serialized_end=8177
363
- _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_start=7735
364
- _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_end=8102
365
- _globals['_ATTACHEDDISKSPEC_MODE']._serialized_start=8104
366
- _globals['_ATTACHEDDISKSPEC_MODE']._serialized_end=8163
367
- _globals['_ATTACHEDLOCALDISKSPEC']._serialized_start=8179
368
- _globals['_ATTACHEDLOCALDISKSPEC']._serialized_end=8222
369
- _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_start=8225
370
- _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_end=8458
371
- _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_start=8104
372
- _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_end=8163
373
- _globals['_NETWORKINTERFACESPEC']._serialized_start=8461
374
- _globals['_NETWORKINTERFACESPEC']._serialized_end=8721
375
- _globals['_PRIMARYADDRESSSPEC']._serialized_start=8724
376
- _globals['_PRIMARYADDRESSSPEC']._serialized_end=8898
377
- _globals['_ONETOONENATSPEC']._serialized_start=8901
378
- _globals['_ONETOONENATSPEC']._serialized_end=9057
379
- _globals['_DNSRECORDSPEC']._serialized_start=9059
380
- _globals['_DNSRECORDSPEC']._serialized_end=9154
381
- _globals['_MOVEINSTANCEREQUEST']._serialized_start=9156
382
- _globals['_MOVEINSTANCEREQUEST']._serialized_end=9257
383
- _globals['_MOVEINSTANCEMETADATA']._serialized_start=9259
384
- _globals['_MOVEINSTANCEMETADATA']._serialized_end=9359
385
- _globals['_RELOCATEINSTANCEREQUEST']._serialized_start=9362
386
- _globals['_RELOCATEINSTANCEREQUEST']._serialized_end=9718
387
- _globals['_RELOCATEINSTANCEMETADATA']._serialized_start=9720
388
- _globals['_RELOCATEINSTANCEMETADATA']._serialized_end=9820
389
- _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_start=9822
390
- _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_end=9870
391
- _globals['_PREEMPTINSTANCEMETADATA']._serialized_start=9872
392
- _globals['_PREEMPTINSTANCEMETADATA']._serialized_end=9918
393
- _globals['_CRASHINSTANCEMETADATA']._serialized_start=9920
394
- _globals['_CRASHINSTANCEMETADATA']._serialized_end=9964
395
- _globals['_INSTANCESERVICE']._serialized_start=10004
396
- _globals['_INSTANCESERVICE']._serialized_end=15411
278
+ _globals['_CREATEINSTANCEREQUEST']._serialized_end=2486
279
+ _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2392
280
+ _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2437
281
+ _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2439
282
+ _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2486
283
+ _globals['_CREATEINSTANCEMETADATA']._serialized_start=2488
284
+ _globals['_CREATEINSTANCEMETADATA']._serialized_end=2543
285
+ _globals['_UPDATEINSTANCEREQUEST']._serialized_start=2546
286
+ _globals['_UPDATEINSTANCEREQUEST']._serialized_end=3712
287
+ _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2392
288
+ _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2437
289
+ _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2439
290
+ _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2486
291
+ _globals['_UPDATEINSTANCEMETADATA']._serialized_start=3714
292
+ _globals['_UPDATEINSTANCEMETADATA']._serialized_end=3759
293
+ _globals['_DELETEINSTANCEREQUEST']._serialized_start=3761
294
+ _globals['_DELETEINSTANCEREQUEST']._serialized_end=3819
295
+ _globals['_DELETEINSTANCEMETADATA']._serialized_start=3821
296
+ _globals['_DELETEINSTANCEMETADATA']._serialized_end=3866
297
+ _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_start=3869
298
+ _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_end=4068
299
+ _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_start=4023
300
+ _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_end=4068
301
+ _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_start=4070
302
+ _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_end=4123
303
+ _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_start=4125
304
+ _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_end=4223
305
+ _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_start=4225
306
+ _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_end=4280
307
+ _globals['_STOPINSTANCEREQUEST']._serialized_start=4282
308
+ _globals['_STOPINSTANCEREQUEST']._serialized_end=4338
309
+ _globals['_STOPINSTANCEMETADATA']._serialized_start=4340
310
+ _globals['_STOPINSTANCEMETADATA']._serialized_end=4383
311
+ _globals['_STARTINSTANCEREQUEST']._serialized_start=4385
312
+ _globals['_STARTINSTANCEREQUEST']._serialized_end=4442
313
+ _globals['_STARTINSTANCEMETADATA']._serialized_start=4444
314
+ _globals['_STARTINSTANCEMETADATA']._serialized_end=4488
315
+ _globals['_RESTARTINSTANCEREQUEST']._serialized_start=4490
316
+ _globals['_RESTARTINSTANCEREQUEST']._serialized_end=4549
317
+ _globals['_RESTARTINSTANCEMETADATA']._serialized_start=4551
318
+ _globals['_RESTARTINSTANCEMETADATA']._serialized_end=4597
319
+ _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_start=4600
320
+ _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_end=4739
321
+ _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_start=4741
322
+ _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_end=4807
323
+ _globals['_DETACHINSTANCEDISKREQUEST']._serialized_start=4810
324
+ _globals['_DETACHINSTANCEDISKREQUEST']._serialized_end=4964
325
+ _globals['_DETACHINSTANCEDISKMETADATA']._serialized_start=4966
326
+ _globals['_DETACHINSTANCEDISKMETADATA']._serialized_end=5032
327
+ _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_start=5035
328
+ _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5192
329
+ _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5194
330
+ _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5272
331
+ _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_start=5275
332
+ _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5447
333
+ _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5449
334
+ _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5527
335
+ _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=5530
336
+ _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=5778
337
+ _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=5780
338
+ _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=5874
339
+ _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=5876
340
+ _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=5981
341
+ _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=5983
342
+ _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=6077
343
+ _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_start=6080
344
+ _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_end=6262
345
+ _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_start=6264
346
+ _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_end=6317
347
+ _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_start=6319
348
+ _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_end=6433
349
+ _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_start=6435
350
+ _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_end=6491
351
+ _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_start=6494
352
+ _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_end=6851
353
+ _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_start=6853
354
+ _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_end=6947
355
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_start=6949
356
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_end=7025
357
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_start=7027
358
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_end=7090
359
+ _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_start=7093
360
+ _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_end=7221
361
+ _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_start=7223
362
+ _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_end=7335
363
+ _globals['_RESOURCESSPEC']._serialized_start=7338
364
+ _globals['_RESOURCESSPEC']._serialized_end=7569
365
+ _globals['_ATTACHEDDISKSPEC']._serialized_start=7572
366
+ _globals['_ATTACHEDDISKSPEC']._serialized_end=8267
367
+ _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_start=7825
368
+ _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_end=8192
369
+ _globals['_ATTACHEDDISKSPEC_MODE']._serialized_start=8194
370
+ _globals['_ATTACHEDDISKSPEC_MODE']._serialized_end=8253
371
+ _globals['_ATTACHEDLOCALDISKSPEC']._serialized_start=8269
372
+ _globals['_ATTACHEDLOCALDISKSPEC']._serialized_end=8312
373
+ _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_start=8315
374
+ _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_end=8548
375
+ _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_start=8194
376
+ _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_end=8253
377
+ _globals['_NETWORKINTERFACESPEC']._serialized_start=8551
378
+ _globals['_NETWORKINTERFACESPEC']._serialized_end=8811
379
+ _globals['_PRIMARYADDRESSSPEC']._serialized_start=8814
380
+ _globals['_PRIMARYADDRESSSPEC']._serialized_end=8988
381
+ _globals['_ONETOONENATSPEC']._serialized_start=8991
382
+ _globals['_ONETOONENATSPEC']._serialized_end=9147
383
+ _globals['_DNSRECORDSPEC']._serialized_start=9149
384
+ _globals['_DNSRECORDSPEC']._serialized_end=9244
385
+ _globals['_MOVEINSTANCEREQUEST']._serialized_start=9246
386
+ _globals['_MOVEINSTANCEREQUEST']._serialized_end=9347
387
+ _globals['_MOVEINSTANCEMETADATA']._serialized_start=9349
388
+ _globals['_MOVEINSTANCEMETADATA']._serialized_end=9449
389
+ _globals['_RELOCATEINSTANCEREQUEST']._serialized_start=9452
390
+ _globals['_RELOCATEINSTANCEREQUEST']._serialized_end=9808
391
+ _globals['_RELOCATEINSTANCEMETADATA']._serialized_start=9810
392
+ _globals['_RELOCATEINSTANCEMETADATA']._serialized_end=9910
393
+ _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_start=9912
394
+ _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_end=9960
395
+ _globals['_PREEMPTINSTANCEMETADATA']._serialized_start=9962
396
+ _globals['_PREEMPTINSTANCEMETADATA']._serialized_end=10008
397
+ _globals['_CRASHINSTANCEMETADATA']._serialized_start=10010
398
+ _globals['_CRASHINSTANCEMETADATA']._serialized_end=10054
399
+ _globals['_INSTANCESERVICE']._serialized_start=10094
400
+ _globals['_INSTANCESERVICE']._serialized_end=15501
397
401
  # @@protoc_insertion_point(module_scope)