class K8S::Api::Core::V1::ScaleIOVolumeSource
- K8S::Api::Core::V1::ScaleIOVolumeSource
 - Reference
 - Object
 
Overview
ScaleIOVolumeSource represents a persistent ScaleIO volume
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/scale_io_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, gateway : String, secret_ref : Api::Core::V1::LocalObjectReference, system : String, fs_type : String? = nil, protection_domain : String? = nil, read_only : Bool? = nil, ssl_enabled : Bool? = nil, storage_mode : String? = nil, storage_pool : String? = nil, volume_name : String? = nil)
 
Instance Method Summary
- #fs_type : String?
 - #fs_type=(fs_type : String?)
 - #gateway : String
 - #gateway=(gateway : String)
 - #protection_domain : String?
 - #protection_domain=(protection_domain : String?)
 - #read_only : Bool?
 - #read_only=(read_only : Bool?)
 - #secret_ref : Api::Core::V1::LocalObjectReference
 - #secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference)
 - #ssl_enabled : Bool?
 - #ssl_enabled=(ssl_enabled : Bool?)
 - #storage_mode : String?
 - #storage_mode=(storage_mode : String?)
 - #storage_pool : String?
 - #storage_pool=(storage_pool : String?)
 - #system : String
 - #system=(system : String)
 - #volume_name : String?
 - #volume_name=(volume_name : String?)
 
Constructor Detail
        
        def self.new(*, gateway : String, secret_ref : Api::Core::V1::LocalObjectReference, system : String, fs_type : String? = nil, protection_domain : String? = nil, read_only : Bool? = nil, ssl_enabled : Bool? = nil, storage_mode : String? = nil, storage_pool : String? = nil, volume_name : String? = nil)
        #