Class: CadenceThrift::UpdateDomainRequest

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

NAME =
10
UPDATEDINFO =
20
CONFIGURATION =
30
REPLICATIONCONFIGURATION =
40
SECURITYTOKEN =
50
DELETEBADBINARY =
60
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name', :optional => true},
  UPDATEDINFO => {:type => ::Thrift::Types::STRUCT, :name => 'updatedInfo', :class => ::CadenceThrift::UpdateDomainInfo, :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},
  SECURITYTOKEN => {:type => ::Thrift::Types::STRING, :name => 'securityToken', :optional => true},
  DELETEBADBINARY => {:type => ::Thrift::Types::STRING, :name => 'deleteBadBinary', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end