class Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision

Revisions deployed in the MPs.

Attributes

percentage[RW]

Percentage of MP replicas reporting this revision. Corresponds to the JSON property `percentage` @return [Fixnum]

revision[RW]

API proxy revision reported as deployed. Corresponds to the JSON property `revision` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 3835
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 3840
def update!(**args)
  @percentage = args[:percentage] if args.key?(:percentage)
  @revision = args[:revision] if args.key?(:revision)
end