Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::InstanceSplitStatus.
Represents the observed state of a single InstanceSplit
entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#percent
def percent() -> ::Integer
Returns
- (::Integer) — Specifies percent of the instance split to this Revision.
#percent=
def percent=(value) -> ::Integer
Parameter
- value (::Integer) — Specifies percent of the instance split to this Revision.
Returns
- (::Integer) — Specifies percent of the instance split to this Revision.
#revision
def revision() -> ::String
Returns
- (::String) — Revision to which this instance split is assigned.
#revision=
def revision=(value) -> ::String
Parameter
- value (::String) — Revision to which this instance split is assigned.
Returns
- (::String) — Revision to which this instance split is assigned.
#type
def type() -> ::Google::Cloud::Run::V2::InstanceSplitAllocationType
Returns
- (::Google::Cloud::Run::V2::InstanceSplitAllocationType) — The allocation type for this instance split.
#type=
def type=(value) -> ::Google::Cloud::Run::V2::InstanceSplitAllocationType
Parameter
- value (::Google::Cloud::Run::V2::InstanceSplitAllocationType) — The allocation type for this instance split.
Returns
- (::Google::Cloud::Run::V2::InstanceSplitAllocationType) — The allocation type for this instance split.