public class HostSslThumbprintInfo extends DynamicData
Java class for HostSslThumbprintInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSslThumbprintInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ownerTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sslThumbprints" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ownerTag |
protected String |
principal |
protected List<String> |
sslThumbprints |
| Constructor and Description |
|---|
HostSslThumbprintInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOwnerTag()
Gets the value of the ownerTag property.
|
String |
getPrincipal()
Gets the value of the principal property.
|
List<String> |
getSslThumbprints()
Gets the value of the sslThumbprints property.
|
void |
setOwnerTag(String value)
Sets the value of the ownerTag property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic String getOwnerTag()
Stringpublic void setOwnerTag(String value)
value - allowed object is
Stringpublic List<String> getSslThumbprints()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sslThumbprints property.
For example, to add a new item, do as follows:
getSslThumbprints().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.