| ||
| detail: element | attribute | value | ||
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],
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| hostID1Type | xsd:string | false | false | The type of the first configurable host identifier.
| |
| hostID2Type | xsd:string | false | false | The type of the second configurable host identifier.
| |
| hostID3Type | xsd:string | false | false | The type of the third configurable host identifier.
| |
| TenantHostProtection | zero or N[TenantHostProtection] | false | false | The listing of TenantHostProtectionElement elements.
|
| ||
| detail: element | attribute | value | ||