esx trusted infrastructure kms services: summary
The
summary
structure contains a summary of a KMS service instance.Representation:
{
"address" : {
"hostname" : "string",
"port" : 1
},
"service" : "obj-103",
"group" : "string"
}
"address" : {
"hostname" : "string",
"port" : 1
},
"service" : "obj-103",
"group" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
service | string | The service's unique identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.trusted_infrastructure.kms.service . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.trusted_infrastructure.kms.service . |
address | network_address | The service's address. |
address.hostname | string | The IP address or DNS resolvable name of the service. |
group | string | The group identifier determines which attestation service instances this KMS service can communicate with. If the group attribute values of attestation and KMS records match then those services are associated with each other. |
Optional | ||
address.port | long | The port of the service. Optional. If unset, port 443 will be used. |