yandexcloud 0.362.0__py3-none-any.whl → 0.364.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 (66) hide show
  1. yandex/cloud/baremetal/v1alpha/rental_period_pb2.py +37 -0
  2. yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
  3. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
  4. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
  5. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
  6. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
  7. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
  8. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
  9. yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
  10. yandex/cloud/cdn/v1/shielding_service_pb2.py +9 -7
  11. yandex/cloud/cdn/v1/shielding_service_pb2.pyi +5 -1
  12. yandex/cloud/compute/v1/application_pb2.py +70 -0
  13. yandex/cloud/compute/v1/application_pb2.pyi +159 -0
  14. yandex/cloud/compute/v1/application_pb2_grpc.py +24 -0
  15. yandex/cloud/compute/v1/application_pb2_grpc.pyi +17 -0
  16. yandex/cloud/compute/v1/instance_pb2.py +54 -53
  17. yandex/cloud/compute/v1/instance_pb2.pyi +9 -2
  18. yandex/cloud/compute/v1/instance_service_pb2.py +134 -133
  19. yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -4
  20. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +81 -79
  21. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1 -1
  22. yandex/cloud/mdb/greenplum/v1/config_pb2.py +44 -44
  23. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +16 -5
  24. yandex/cloud/mdb/mysql/v1/cluster_pb2.py +36 -35
  25. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +10 -3
  26. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +104 -103
  27. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +11 -4
  28. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.py +179 -0
  29. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.pyi +1048 -0
  30. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.py +24 -0
  31. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.pyi +17 -0
  32. yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
  33. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
  34. yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
  35. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
  36. yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
  37. yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
  38. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
  39. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
  40. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
  41. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
  42. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
  43. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
  44. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
  45. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
  46. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
  47. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
  48. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
  49. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
  50. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
  51. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
  52. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
  53. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
  54. yandex/cloud/trino/v1/cluster_pb2.py +34 -30
  55. yandex/cloud/trino/v1/cluster_pb2.pyi +28 -2
  56. yandex/cloud/trino/v1/cluster_service_pb2.py +36 -36
  57. yandex/cloud/trino/v1/cluster_service_pb2.pyi +16 -4
  58. yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
  59. yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
  60. yandexcloud/__init__.py +1 -1
  61. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/METADATA +1 -1
  62. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/RECORD +66 -32
  63. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/AUTHORS +0 -0
  64. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/LICENSE +0 -0
  65. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/WHEEL +0 -0
  66. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,7 @@ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb
27
27
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
28
28
  from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
29
29
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
30
+ from yandex.cloud.compute.v1 import application_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_application__pb2
30
31
  from yandex.cloud.compute.v1 import disk_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_disk__pb2
31
32
  from yandex.cloud.compute.v1 import instance_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_instance__pb2
32
33
  from yandex.cloud.compute.v1 import maintenance_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_maintenance__pb2
@@ -34,7 +35,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
34
35
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
35
36
 
36
37
 
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
+ 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/application.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\"\xbc\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\x12\x39\n\x0b\x61pplication\x18\x19 \x01(\x0b\x32$.yandex.cloud.compute.v1.Application\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\"\xc9\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\x12\x39\n\x0b\x61pplication\x18\x12 \x01(\x0b\x32$.yandex.cloud.compute.v1.Application\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
39
 
39
40
  _globals = globals()
40
41
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -266,136 +267,136 @@ if not _descriptor._USE_C_DESCRIPTORS:
266
267
  _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*'
267
268
  _globals['_INSTANCESERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
268
269
  _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*'
269
- _globals['_INSTANCEVIEW']._serialized_start=10056
270
- _globals['_INSTANCEVIEW']._serialized_end=10091
271
- _globals['_GETINSTANCEREQUEST']._serialized_start=429
272
- _globals['_GETINSTANCEREQUEST']._serialized_end=537
273
- _globals['_LISTINSTANCESREQUEST']._serialized_start=540
274
- _globals['_LISTINSTANCESREQUEST']._serialized_end=714
275
- _globals['_LISTINSTANCESRESPONSE']._serialized_start=716
276
- _globals['_LISTINSTANCESRESPONSE']._serialized_end=818
277
- _globals['_CREATEINSTANCEREQUEST']._serialized_start=821
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
270
+ _globals['_INSTANCEVIEW']._serialized_start=10217
271
+ _globals['_INSTANCEVIEW']._serialized_end=10252
272
+ _globals['_GETINSTANCEREQUEST']._serialized_start=472
273
+ _globals['_GETINSTANCEREQUEST']._serialized_end=580
274
+ _globals['_LISTINSTANCESREQUEST']._serialized_start=583
275
+ _globals['_LISTINSTANCESREQUEST']._serialized_end=757
276
+ _globals['_LISTINSTANCESRESPONSE']._serialized_start=759
277
+ _globals['_LISTINSTANCESRESPONSE']._serialized_end=861
278
+ _globals['_CREATEINSTANCEREQUEST']._serialized_start=864
279
+ _globals['_CREATEINSTANCEREQUEST']._serialized_end=2588
280
+ _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2494
281
+ _globals['_CREATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2539
282
+ _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2541
283
+ _globals['_CREATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2588
284
+ _globals['_CREATEINSTANCEMETADATA']._serialized_start=2590
285
+ _globals['_CREATEINSTANCEMETADATA']._serialized_end=2645
286
+ _globals['_UPDATEINSTANCEREQUEST']._serialized_start=2648
287
+ _globals['_UPDATEINSTANCEREQUEST']._serialized_end=3873
288
+ _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_start=2494
289
+ _globals['_UPDATEINSTANCEREQUEST_LABELSENTRY']._serialized_end=2539
290
+ _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_start=2541
291
+ _globals['_UPDATEINSTANCEREQUEST_METADATAENTRY']._serialized_end=2588
292
+ _globals['_UPDATEINSTANCEMETADATA']._serialized_start=3875
293
+ _globals['_UPDATEINSTANCEMETADATA']._serialized_end=3920
294
+ _globals['_DELETEINSTANCEREQUEST']._serialized_start=3922
295
+ _globals['_DELETEINSTANCEREQUEST']._serialized_end=3980
296
+ _globals['_DELETEINSTANCEMETADATA']._serialized_start=3982
297
+ _globals['_DELETEINSTANCEMETADATA']._serialized_end=4027
298
+ _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_start=4030
299
+ _globals['_UPDATEINSTANCEMETADATAREQUEST']._serialized_end=4229
300
+ _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_start=4184
301
+ _globals['_UPDATEINSTANCEMETADATAREQUEST_UPSERTENTRY']._serialized_end=4229
302
+ _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_start=4231
303
+ _globals['_UPDATEINSTANCEMETADATAMETADATA']._serialized_end=4284
304
+ _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_start=4286
305
+ _globals['_GETINSTANCESERIALPORTOUTPUTREQUEST']._serialized_end=4384
306
+ _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_start=4386
307
+ _globals['_GETINSTANCESERIALPORTOUTPUTRESPONSE']._serialized_end=4441
308
+ _globals['_STOPINSTANCEREQUEST']._serialized_start=4443
309
+ _globals['_STOPINSTANCEREQUEST']._serialized_end=4499
310
+ _globals['_STOPINSTANCEMETADATA']._serialized_start=4501
311
+ _globals['_STOPINSTANCEMETADATA']._serialized_end=4544
312
+ _globals['_STARTINSTANCEREQUEST']._serialized_start=4546
313
+ _globals['_STARTINSTANCEREQUEST']._serialized_end=4603
314
+ _globals['_STARTINSTANCEMETADATA']._serialized_start=4605
315
+ _globals['_STARTINSTANCEMETADATA']._serialized_end=4649
316
+ _globals['_RESTARTINSTANCEREQUEST']._serialized_start=4651
317
+ _globals['_RESTARTINSTANCEREQUEST']._serialized_end=4710
318
+ _globals['_RESTARTINSTANCEMETADATA']._serialized_start=4712
319
+ _globals['_RESTARTINSTANCEMETADATA']._serialized_end=4758
320
+ _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_start=4761
321
+ _globals['_ATTACHINSTANCEDISKREQUEST']._serialized_end=4900
322
+ _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_start=4902
323
+ _globals['_ATTACHINSTANCEDISKMETADATA']._serialized_end=4968
324
+ _globals['_DETACHINSTANCEDISKREQUEST']._serialized_start=4971
325
+ _globals['_DETACHINSTANCEDISKREQUEST']._serialized_end=5125
326
+ _globals['_DETACHINSTANCEDISKMETADATA']._serialized_start=5127
327
+ _globals['_DETACHINSTANCEDISKMETADATA']._serialized_end=5193
328
+ _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_start=5196
329
+ _globals['_ATTACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5353
330
+ _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5355
331
+ _globals['_ATTACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5433
332
+ _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_start=5436
333
+ _globals['_DETACHINSTANCEFILESYSTEMREQUEST']._serialized_end=5608
334
+ _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_start=5610
335
+ _globals['_DETACHINSTANCEFILESYSTEMMETADATA']._serialized_end=5688
336
+ _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=5691
337
+ _globals['_ATTACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=5939
338
+ _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=5941
339
+ _globals['_ATTACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=6035
340
+ _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_start=6037
341
+ _globals['_DETACHINSTANCENETWORKINTERFACEREQUEST']._serialized_end=6142
342
+ _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_start=6144
343
+ _globals['_DETACHINSTANCENETWORKINTERFACEMETADATA']._serialized_end=6238
344
+ _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_start=6241
345
+ _globals['_ADDINSTANCEONETOONENATREQUEST']._serialized_end=6423
346
+ _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_start=6425
347
+ _globals['_ADDINSTANCEONETOONENATMETADATA']._serialized_end=6478
348
+ _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_start=6480
349
+ _globals['_REMOVEINSTANCEONETOONENATREQUEST']._serialized_end=6594
350
+ _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_start=6596
351
+ _globals['_REMOVEINSTANCEONETOONENATMETADATA']._serialized_end=6652
352
+ _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_start=6655
353
+ _globals['_UPDATEINSTANCENETWORKINTERFACEREQUEST']._serialized_end=7012
354
+ _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_start=7014
355
+ _globals['_UPDATEINSTANCENETWORKINTERFACEMETADATA']._serialized_end=7108
356
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_start=7110
357
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTREQUEST']._serialized_end=7186
358
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_start=7188
359
+ _globals['_SIMULATEINSTANCEMAINTENANCEEVENTMETADATA']._serialized_end=7251
360
+ _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_start=7254
361
+ _globals['_LISTINSTANCEOPERATIONSREQUEST']._serialized_end=7382
362
+ _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_start=7384
363
+ _globals['_LISTINSTANCEOPERATIONSRESPONSE']._serialized_end=7496
364
+ _globals['_RESOURCESSPEC']._serialized_start=7499
365
+ _globals['_RESOURCESSPEC']._serialized_end=7730
366
+ _globals['_ATTACHEDDISKSPEC']._serialized_start=7733
367
+ _globals['_ATTACHEDDISKSPEC']._serialized_end=8428
368
+ _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_start=7986
369
+ _globals['_ATTACHEDDISKSPEC_DISKSPEC']._serialized_end=8353
370
+ _globals['_ATTACHEDDISKSPEC_MODE']._serialized_start=8355
371
+ _globals['_ATTACHEDDISKSPEC_MODE']._serialized_end=8414
372
+ _globals['_ATTACHEDLOCALDISKSPEC']._serialized_start=8430
373
+ _globals['_ATTACHEDLOCALDISKSPEC']._serialized_end=8473
374
+ _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_start=8476
375
+ _globals['_ATTACHEDFILESYSTEMSPEC']._serialized_end=8709
376
+ _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_start=8355
377
+ _globals['_ATTACHEDFILESYSTEMSPEC_MODE']._serialized_end=8414
378
+ _globals['_NETWORKINTERFACESPEC']._serialized_start=8712
379
+ _globals['_NETWORKINTERFACESPEC']._serialized_end=8972
380
+ _globals['_PRIMARYADDRESSSPEC']._serialized_start=8975
381
+ _globals['_PRIMARYADDRESSSPEC']._serialized_end=9149
382
+ _globals['_ONETOONENATSPEC']._serialized_start=9152
383
+ _globals['_ONETOONENATSPEC']._serialized_end=9308
384
+ _globals['_DNSRECORDSPEC']._serialized_start=9310
385
+ _globals['_DNSRECORDSPEC']._serialized_end=9405
386
+ _globals['_MOVEINSTANCEREQUEST']._serialized_start=9407
387
+ _globals['_MOVEINSTANCEREQUEST']._serialized_end=9508
388
+ _globals['_MOVEINSTANCEMETADATA']._serialized_start=9510
389
+ _globals['_MOVEINSTANCEMETADATA']._serialized_end=9610
390
+ _globals['_RELOCATEINSTANCEREQUEST']._serialized_start=9613
391
+ _globals['_RELOCATEINSTANCEREQUEST']._serialized_end=9969
392
+ _globals['_RELOCATEINSTANCEMETADATA']._serialized_start=9971
393
+ _globals['_RELOCATEINSTANCEMETADATA']._serialized_end=10071
394
+ _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_start=10073
395
+ _globals['_GUESTSTOPINSTANCEMETADATA']._serialized_end=10121
396
+ _globals['_PREEMPTINSTANCEMETADATA']._serialized_start=10123
397
+ _globals['_PREEMPTINSTANCEMETADATA']._serialized_end=10169
398
+ _globals['_CRASHINSTANCEMETADATA']._serialized_start=10171
399
+ _globals['_CRASHINSTANCEMETADATA']._serialized_end=10215
400
+ _globals['_INSTANCESERVICE']._serialized_start=10255
401
+ _globals['_INSTANCESERVICE']._serialized_end=15662
401
402
  # @@protoc_insertion_point(module_scope)
@@ -13,6 +13,7 @@ import google.protobuf.internal.enum_type_wrapper
13
13
  import google.protobuf.message
14
14
  import sys
15
15
  import typing
16
+ import yandex.cloud.compute.v1.application_pb2
16
17
  import yandex.cloud.compute.v1.disk_pb2
17
18
  import yandex.cloud.compute.v1.instance_pb2
18
19
  import yandex.cloud.compute.v1.maintenance_pb2
@@ -206,6 +207,7 @@ class CreateInstanceRequest(google.protobuf.message.Message):
206
207
  MAINTENANCE_GRACE_PERIOD_FIELD_NUMBER: builtins.int
207
208
  SERIAL_PORT_SETTINGS_FIELD_NUMBER: builtins.int
208
209
  RESERVED_INSTANCE_POOL_ID_FIELD_NUMBER: builtins.int
210
+ APPLICATION_FIELD_NUMBER: builtins.int
209
211
  folder_id: builtins.str
210
212
  """ID of the folder to create an instance in.
211
213
  To get the folder ID, use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
@@ -322,6 +324,10 @@ class CreateInstanceRequest(google.protobuf.message.Message):
322
324
  def serial_port_settings(self) -> yandex.cloud.compute.v1.instance_pb2.SerialPortSettings:
323
325
  """Serial port settings"""
324
326
 
327
+ @property
328
+ def application(self) -> yandex.cloud.compute.v1.application_pb2.Application:
329
+ """Instance application settings."""
330
+
325
331
  def __init__(
326
332
  self,
327
333
  *,
@@ -349,9 +355,10 @@ class CreateInstanceRequest(google.protobuf.message.Message):
349
355
  maintenance_grace_period: google.protobuf.duration_pb2.Duration | None = ...,
350
356
  serial_port_settings: yandex.cloud.compute.v1.instance_pb2.SerialPortSettings | None = ...,
351
357
  reserved_instance_pool_id: builtins.str = ...,
358
+ application: yandex.cloud.compute.v1.application_pb2.Application | None = ...,
352
359
  ) -> None: ...
353
- def HasField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "gpu_settings", b"gpu_settings", "maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings"]) -> builtins.bool: ...
354
- def ClearField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "description", b"description", "filesystem_specs", b"filesystem_specs", "folder_id", b"folder_id", "gpu_settings", b"gpu_settings", "hostname", b"hostname", "labels", b"labels", "local_disk_specs", b"local_disk_specs", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interface_specs", b"network_interface_specs", "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_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "secondary_disk_specs", b"secondary_disk_specs", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "zone_id", b"zone_id"]) -> None: ...
360
+ def HasField(self, field_name: typing.Literal["application", b"application", "boot_disk_spec", b"boot_disk_spec", "gpu_settings", b"gpu_settings", "maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings"]) -> builtins.bool: ...
361
+ def ClearField(self, field_name: typing.Literal["application", b"application", "boot_disk_spec", b"boot_disk_spec", "description", b"description", "filesystem_specs", b"filesystem_specs", "folder_id", b"folder_id", "gpu_settings", b"gpu_settings", "hostname", b"hostname", "labels", b"labels", "local_disk_specs", b"local_disk_specs", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "network_interface_specs", b"network_interface_specs", "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_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "secondary_disk_specs", b"secondary_disk_specs", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "zone_id", b"zone_id"]) -> None: ...
355
362
 
356
363
  global___CreateInstanceRequest = CreateInstanceRequest
357
364
 
@@ -424,6 +431,7 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
424
431
  MAINTENANCE_GRACE_PERIOD_FIELD_NUMBER: builtins.int
425
432
  SERIAL_PORT_SETTINGS_FIELD_NUMBER: builtins.int
426
433
  RESERVED_INSTANCE_POOL_ID_FIELD_NUMBER: builtins.int
434
+ APPLICATION_FIELD_NUMBER: builtins.int
427
435
  instance_id: builtins.str
428
436
  """ID of the Instance resource to update.
429
437
  To get the instance ID, use a [InstanceService.List] request.
@@ -507,6 +515,10 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
507
515
  def serial_port_settings(self) -> yandex.cloud.compute.v1.instance_pb2.SerialPortSettings:
508
516
  """Serial port settings"""
509
517
 
518
+ @property
519
+ def application(self) -> yandex.cloud.compute.v1.application_pb2.Application:
520
+ """Instance application settings."""
521
+
510
522
  def __init__(
511
523
  self,
512
524
  *,
@@ -527,9 +539,10 @@ class UpdateInstanceRequest(google.protobuf.message.Message):
527
539
  maintenance_grace_period: google.protobuf.duration_pb2.Duration | None = ...,
528
540
  serial_port_settings: yandex.cloud.compute.v1.instance_pb2.SerialPortSettings | None = ...,
529
541
  reserved_instance_pool_id: builtins.str = ...,
542
+ application: yandex.cloud.compute.v1.application_pb2.Application | None = ...,
530
543
  ) -> None: ...
531
- def HasField(self, field_name: typing.Literal["maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
532
- def ClearField(self, field_name: typing.Literal["description", b"description", "instance_id", b"instance_id", "labels", b"labels", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "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_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "update_mask", b"update_mask"]) -> None: ...
544
+ def HasField(self, field_name: typing.Literal["application", b"application", "maintenance_grace_period", b"maintenance_grace_period", "metadata_options", b"metadata_options", "network_settings", b"network_settings", "placement_policy", b"placement_policy", "resources_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
545
+ def ClearField(self, field_name: typing.Literal["application", b"application", "description", b"description", "instance_id", b"instance_id", "labels", b"labels", "maintenance_grace_period", b"maintenance_grace_period", "maintenance_policy", b"maintenance_policy", "metadata", b"metadata", "metadata_options", b"metadata_options", "name", b"name", "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_spec", b"resources_spec", "scheduling_policy", b"scheduling_policy", "serial_port_settings", b"serial_port_settings", "service_account_id", b"service_account_id", "update_mask", b"update_mask"]) -> None: ...
533
546
 
534
547
  global___UpdateInstanceRequest = UpdateInstanceRequest
535
548