Class: CadenceThrift::UpdateDomainResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

DOMAININFO =
10
CONFIGURATION =
20
REPLICATIONCONFIGURATION =
30
FAILOVERVERSION =
40
ISGLOBALDOMAIN =
50
FIELDS =
{
  DOMAININFO => {:type => ::Thrift::Types::STRUCT, :name => 'domainInfo', :class => ::CadenceThrift::DomainInfo, :optional => true},
  CONFIGURATION => {:type => ::Thrift::Types::STRUCT, :name => 'configuration', :class => ::CadenceThrift::DomainConfiguration, :optional => true},
  REPLICATIONCONFIGURATION => {:type => ::Thrift::Types::STRUCT, :name => 'replicationConfiguration', :class => ::CadenceThrift::DomainReplicationConfiguration, :optional => true},
  FAILOVERVERSION => {:type => ::Thrift::Types::I64, :name => 'failoverVersion', :optional => true},
  ISGLOBALDOMAIN => {:type => ::Thrift::Types::BOOL, :name => 'isGlobalDomain', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3106
# File 'lib/gen/thrift/shared_types.rb', line 3106

def struct_fields; FIELDS; end

#validateObject



3108
3109
# File 'lib/gen/thrift/shared_types.rb', line 3108

def validate
end