Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::NodeTaint.
The taint content for the node taint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#effect
def effect() -> ::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect
Returns
- (::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect) — Required. The taint effect.
#effect=
def effect=(value) -> ::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect
Parameter
- value (::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect) — Required. The taint effect.
Returns
- (::Google::Cloud::GkeMultiCloud::V1::NodeTaint::Effect) — Required. The taint effect.
#key
def key() -> ::String
Returns
- (::String) — Required. Key for the taint.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Required. Key for the taint.
Returns
- (::String) — Required. Key for the taint.
#value
def value() -> ::String
Returns
- (::String) — Required. Value for the taint.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Required. Value for the taint.
Returns
- (::String) — Required. Value for the taint.