Class: Google::Cloud::Run::V2::InstanceSplitStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#percent::Integer

Returns Specifies percent of the instance split to this Revision.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:



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