Class: Google::Cloud::Run::V2::InstanceSplitStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::InstanceSplitStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/instance_split.rb
Overview
Represents the observed state of a single InstanceSplit
entry.
Instance Attribute Summary collapse
-
#percent ⇒ ::Integer
Specifies percent of the instance split to this Revision.
-
#revision ⇒ ::String
Revision to which this instance split is assigned.
-
#type ⇒ ::Google::Cloud::Run::V2::InstanceSplitAllocationType
The allocation type for this instance split.
Instance Attribute Details
#percent ⇒ ::Integer
Returns Specifies percent of the instance split to this Revision.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/instance_split.rb', line 52 class InstanceSplitStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision ⇒ ::String
Returns Revision to which this instance split is assigned.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/instance_split.rb', line 52 class InstanceSplitStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Run::V2::InstanceSplitAllocationType
Returns The allocation type for this instance split.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/instance_split.rb', line 52 class InstanceSplitStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |