Deep Security Manager REST API

Name: TenantHostProtectionListing

A listing of TenantHostProtectionElement elements. Each element in the returned listing has a configurable set of host identifiers. These identifiers may be used to set different billing criteria for different hosts, or they may be ignored. What type of data is set in each identifier is returned in this class to avoid duplication. The possible values for the types of the identifier are:

XML Example:
<TenantHostProtectionListing>
  <hostID1Type>xsd:string</hostID1Type>
  <hostID2Type>xsd:string</hostID2Type>
  <hostID3Type>xsd:string</hostID3Type>
  zero or N[<TenantHostProtection>TenantHostProtection</TenantHostProtection>]
</TenantHostProtectionListing>
JSON Example:
{"TenantHostProtectionListing":
 {
   "hostID1Type": String,
   "hostID2Type": String,
   "hostID3Type": String,
   "TenantHostProtection": [TenantHostProtection],
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
hostID1Typexsd:stringfalsefalseThe type of the first configurable host identifier.

hostID2Typexsd:stringfalsefalseThe type of the second configurable host identifier.

hostID3Typexsd:stringfalsefalseThe type of the third configurable host identifier.

TenantHostProtectionzero or N[TenantHostProtection]falsefalseThe listing of TenantHostProtectionElement elements.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.