Skip to content

Commit

Permalink
Merge pull request #514 from RachelTucker/update-4-0-x
Browse files Browse the repository at this point in the history
Updating stale contract used for generation
  • Loading branch information
rpmoore authored Sep 18, 2017
2 parents a49a2b6 + 9fe72e5 commit 98afeb2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions contract/4_0_0_contract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4937,6 +4937,7 @@
<OptionalQueryParams>
<Param Name="AssignedToStorageDomain" Type="boolean"/>
<Param Name="BucketId" Type="java.util.UUID"/>
<Param Name="Guid" Type="java.lang.String"/>
<Param Name="Health" Type="com.spectralogic.s3.common.dao.domain.pool.PoolHealth"/>
<Param Name="LastPage" Type="void"/>
<Param Name="LastVerified" Type="java.util.Date"/>
Expand All @@ -4960,7 +4961,7 @@
</ResponseTypes>
</ResponseCode>
</ResponseCodes>
<Version>1.965E74D83E54746B6877B79D92E8768A</Version>
<Version>1.033F928F2F6A0DE70086DFE3C999B9B6</Version>
</RequestHandler>
<RequestHandler Classification="spectrads3" Name="com.spectralogic.s3.server.handler.reqhandler.spectrads3.pool.ImportAllPoolsRequestHandler">
<Request Action="BULK_MODIFY" HttpVerb="PUT" IncludeIdInPath="false" Operation="IMPORT" Resource="POOL" ResourceType="NON_SINGLETON">
Expand Down Expand Up @@ -7936,7 +7937,7 @@
</ResponseTypes>
</ResponseCode>
<ResponseCode>
<Code>410</Code>
<Code>404</Code>
<ResponseTypes>
<ResponseType Type="com.spectralogic.s3.server.domain.HttpErrorResultApiBean"/>
</ResponseTypes>
Expand Down Expand Up @@ -12977,6 +12978,12 @@
<Property Name="SupportedTapeTypes" Value="[FORBIDDEN, TS_CLEANING_TAPE, TS_JC, TS_JD, TS_JK, TS_JL, UNKNOWN]" ValueType="array"/>
</Properties>
</EnumConstant>
<EnumConstant Name="TS1155">
<Properties>
<Property Name="CleaningTapeType" Value="TS_CLEANING_TAPE" ValueType="com.spectralogic.s3.common.dao.domain.tape.TapeType"/>
<Property Name="SupportedTapeTypes" Value="[FORBIDDEN, TS_CLEANING_TAPE, TS_JC, TS_JD, TS_JK, TS_JL, UNKNOWN]" ValueType="array"/>
</Properties>
</EnumConstant>
</EnumConstants>
</Type>
<Type Name="com.spectralogic.s3.common.dao.domain.tape.TapeFailure">
Expand Down

0 comments on commit 98afeb2

Please sign in to comment.