Class: CadenceThrift::DomainReplicationConfiguration

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

ACTIVECLUSTERNAME =
10
CLUSTERS =
20
FIELDS =
{
  ACTIVECLUSTERNAME => {:type => ::Thrift::Types::STRING, :name => 'activeClusterName', :optional => true},
  CLUSTERS => {:type => ::Thrift::Types::LIST, :name => 'clusters', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::ClusterReplicationConfiguration}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end