Class: CadenceThrift::DescribeDomainResponse
- Inherits:
-
Object
- Object
- CadenceThrift::DescribeDomainResponse
- 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_fields ⇒ Object
3056 |
# File 'lib/gen/thrift/shared_types.rb', line 3056 def struct_fields; FIELDS; end |
#validate ⇒ Object
3058 3059 |
# File 'lib/gen/thrift/shared_types.rb', line 3058 def validate end |