Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::SecondaryBootDisk.
SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disk_image
def disk_image() -> ::String
Returns
- (::String) — Fully-qualified resource ID for an existing disk image.
#disk_image=
def disk_image=(value) -> ::String
Parameter
- value (::String) — Fully-qualified resource ID for an existing disk image.
Returns
- (::String) — Fully-qualified resource ID for an existing disk image.
#mode
def mode() -> ::Google::Cloud::Container::V1::SecondaryBootDisk::Mode
Returns
- (::Google::Cloud::Container::V1::SecondaryBootDisk::Mode) — Disk mode (container image cache, etc.)
#mode=
def mode=(value) -> ::Google::Cloud::Container::V1::SecondaryBootDisk::Mode
Parameter
- value (::Google::Cloud::Container::V1::SecondaryBootDisk::Mode) — Disk mode (container image cache, etc.)
Returns
- (::Google::Cloud::Container::V1::SecondaryBootDisk::Mode) — Disk mode (container image cache, etc.)