class Azure::ServiceFabric::V6_3_0_9::Models::ApplicationUpgradeStartEvent
Application Upgrade Start event.
Attributes
Kind[RW]
application_type_name[RW]
@return [String] Application type name.
application_type_version[RW]
@return [String] Target Application type version.
current_application_type_version[RW]
@return [String] Current Application type version.
failure_action[RW]
@return [String] Action if failed.
rolling_upgrade_mode[RW]
@return [String] Mode of upgrade.
upgrade_type[RW]
@return [String] Type of upgrade.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationUpgradeStartEvent
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.3.0.9/generated/azure_service_fabric/models/application_upgrade_start_event.rb, line 45 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationUpgradeStart', type: { name: 'Composite', class_name: 'ApplicationUpgradeStartEvent', model_properties: { event_instance_id: { client_side_validation: true, required: true, serialized_name: 'EventInstanceId', type: { name: 'String' } }, time_stamp: { client_side_validation: true, required: true, serialized_name: 'TimeStamp', type: { name: 'DateTime' } }, has_correlated_events: { client_side_validation: true, required: false, serialized_name: 'HasCorrelatedEvents', type: { name: 'Boolean' } }, Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, application_id: { client_side_validation: true, required: false, serialized_name: 'ApplicationId', type: { name: 'String' } }, application_type_name: { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeName', type: { name: 'String' } }, current_application_type_version: { client_side_validation: true, required: false, serialized_name: 'CurrentApplicationTypeVersion', type: { name: 'String' } }, application_type_version: { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeVersion', type: { name: 'String' } }, upgrade_type: { client_side_validation: true, required: false, serialized_name: 'UpgradeType', type: { name: 'String' } }, rolling_upgrade_mode: { client_side_validation: true, required: false, serialized_name: 'RollingUpgradeMode', type: { name: 'String' } }, failure_action: { client_side_validation: true, required: false, serialized_name: 'FailureAction', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.3.0.9/generated/azure_service_fabric/models/application_upgrade_start_event.rb, line 16 def initialize @Kind = "ApplicationUpgradeStart" end