Class: Google::Cloud::Compute::V1::RawDisk
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RawDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The parameters of the raw disk image.
Defined Under Namespace
Modules: ContainerType
Instance Attribute Summary collapse
-
#container_type ⇒ ::String
The format used to encode and transmit the block device, which should be TAR.
-
#sha1_checksum ⇒ ::String
[Deprecated] This field is deprecated.
-
#source ⇒ ::String
The full Google Cloud Storage URL where the raw disk image archive is stored.
Instance Attribute Details
#container_type ⇒ ::String
28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28407 class RawDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. module ContainerType # A value indicating that the enum field is not set. UNDEFINED_CONTAINER_TYPE = 0 TAR = 82_821 end end |
#sha1_checksum ⇒ ::String
28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28407 class RawDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. module ContainerType # A value indicating that the enum field is not set. UNDEFINED_CONTAINER_TYPE = 0 TAR = 82_821 end end |
#source ⇒ ::String
28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28407 class RawDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. module ContainerType # A value indicating that the enum field is not set. UNDEFINED_CONTAINER_TYPE = 0 TAR = 82_821 end end |