public class TenantHostProtectionListing
extends java.lang.Object
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:
| Constructor and Description |
|---|
TenantHostProtectionListing() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostID1Type()
The type of the first configurable host identifier.
|
java.lang.String |
getHostID2Type()
The type of the second configurable host identifier.
|
java.lang.String |
getHostID3Type()
The type of the third configurable host identifier.
|
java.util.List<TenantHostProtectionElement> |
getProtectionElements()
The listing of
TenantHostProtectionElement elements. |
void |
setHostID1Type(java.lang.String hostID1Type) |
void |
setHostID2Type(java.lang.String hostID2Type) |
void |
setHostID3Type(java.lang.String hostID3Type) |
void |
setProtectionElements(java.util.List<TenantHostProtectionElement> protectionElements) |
public java.util.List<TenantHostProtectionElement> getProtectionElements()
TenantHostProtectionElement elements.public void setProtectionElements(java.util.List<TenantHostProtectionElement> protectionElements)
public java.lang.String getHostID1Type()
public void setHostID1Type(java.lang.String hostID1Type)
public java.lang.String getHostID2Type()
public void setHostID2Type(java.lang.String hostID2Type)
public java.lang.String getHostID3Type()
public void setHostID3Type(java.lang.String hostID3Type)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.