Class: Google::Cloud::Notebooks::V1::VirtualMachineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::VirtualMachineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
The config settings for virtual machine.
Defined Under Namespace
Modules: NicType Classes: BootImage, GuestAttributesEntry, LabelsEntry, MetadataEntry
Instance Attribute Summary collapse
-
#accelerator_config ⇒ ::Google::Cloud::Notebooks::V1::RuntimeAcceleratorConfig
Optional.
-
#boot_image ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig::BootImage
Optional.
-
#container_images ⇒ ::Array<::Google::Cloud::Notebooks::V1::ContainerImage>
Optional.
-
#data_disk ⇒ ::Google::Cloud::Notebooks::V1::LocalDisk
Required.
-
#encryption_config ⇒ ::Google::Cloud::Notebooks::V1::EncryptionConfig
Optional.
-
#guest_attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
-
#internal_ip_only ⇒ ::Boolean
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#machine_type ⇒ ::String
Required.
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#network ⇒ ::String
Optional.
-
#nic_type ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig::NicType
Optional.
-
#reserved_ip_range ⇒ ::String
Optional.
-
#shielded_instance_config ⇒ ::Google::Cloud::Notebooks::V1::RuntimeShieldedInstanceConfig
Optional.
-
#subnet ⇒ ::String
Optional.
-
#tags ⇒ ::Array<::String>
Optional.
-
#zone ⇒ ::String
readonly
Output only.
Instance Attribute Details
#accelerator_config ⇒ ::Google::Cloud::Notebooks::V1::RuntimeAcceleratorConfig
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#boot_image ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig::BootImage
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#container_images ⇒ ::Array<::Google::Cloud::Notebooks::V1::ContainerImage>
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#data_disk ⇒ ::Google::Cloud::Notebooks::V1::LocalDisk
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#encryption_config ⇒ ::Google::Cloud::Notebooks::V1::EncryptionConfig
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#guest_attributes ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#internal_ip_only ⇒ ::Boolean
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#machine_type ⇒ ::String
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#network ⇒ ::String
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#nic_type ⇒ ::Google::Cloud::Notebooks::V1::VirtualMachineConfig::NicType
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#reserved_ip_range ⇒ ::String
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#shielded_instance_config ⇒ ::Google::Cloud::Notebooks::V1::RuntimeShieldedInstanceConfig
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#subnet ⇒ ::String
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#tags ⇒ ::Array<::String>
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |
#zone ⇒ ::String (readonly)
627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 627 class VirtualMachineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Definition of the boot image used by the Runtime. # Used to facilitate runtime upgradeability. class BootImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The type of vNIC driver. # Default should be UNSPECIFIED_NIC_TYPE. module NicType # No type specified. UNSPECIFIED_NIC_TYPE = 0 # VIRTIO VIRTIO_NET = 1 # GVNIC GVNIC = 2 end end |