lib/google/apis/redis_v1/representations.rb in google-apis-redis_v1-0.54.0 vs lib/google/apis/redis_v1/representations.rb in google-apis-redis_v1-0.55.0
- old
+ new
@@ -392,10 +392,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ZoneDistributionConfig
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AofConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :append_fsync, as: 'appendFsync'
end
@@ -472,10 +478,12 @@
property :state, as: 'state'
property :state_info, as: 'stateInfo', class: Google::Apis::RedisV1::StateInfo, decorator: Google::Apis::RedisV1::StateInfo::Representation
property :transit_encryption_mode, as: 'transitEncryptionMode'
property :uid, as: 'uid'
+ property :zone_distribution_config, as: 'zoneDistributionConfig', class: Google::Apis::RedisV1::ZoneDistributionConfig, decorator: Google::Apis::RedisV1::ZoneDistributionConfig::Representation
+
end
end
class ClusterPersistenceConfig
# @private
@@ -1059,9 +1067,17 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :day, as: 'day'
property :duration, as: 'duration'
property :start_time, as: 'startTime', class: Google::Apis::RedisV1::TimeOfDay, decorator: Google::Apis::RedisV1::TimeOfDay::Representation
+ end
+ end
+
+ class ZoneDistributionConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :mode, as: 'mode'
+ property :zone, as: 'zone'
end
end
end
end
end