class Google::Apis::ContainerV1::SandboxConfig
SandboxConfig
contains configurations of the sandbox to use for the node.
Attributes
type[RW]
Type of the sandbox to use for the node. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 3618 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1/classes.rb, line 3623 def update!(**args) @type = args[:type] if args.key?(:type) end