vCloud API - RealmType
RealmType
- Type:
- RealmType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Kerberos realm information.
- Since:
- 5.1
- Schema:
- settings.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <RealmType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" kdc="xs:string" name="xs:string">
<vcloud_v1.5:VCloudExtension required="xs:boolean"/>
<Domain> xs:string </Domain>
</RealmType>
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description kdc string No 5.1 The KDC for the current realm. name string No 5.1 The name of the realm. Must be all upper-case characters unless AllowLowerCaseRealms is true. Elements
-
Element Type Required Modifiable Since Deprecated Description Domain string Yes 5.1 The list of all DNS suffixes associated with the realm. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.