public static final class ServicesAppliedConfigTypes.Summary.Builder
extends java.lang.Object
ServicesAppliedConfigTypes.Summary
.Constructor and Description |
---|
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Summary . |
Modifier and Type | Method and Description |
---|---|
ServicesAppliedConfigTypes.Summary |
build() |
ServicesAppliedConfigTypes.Summary.Builder |
setService(java.lang.String service)
The unique identifier of a Key Provider Service configuration from the desired
state.
|
public Builder(ServicesAppliedConfigTypes.Health health, NetworkAddress address)
ServicesAppliedConfigTypes.Summary
.public ServicesAppliedConfigTypes.Summary.Builder setService(java.lang.String service)
null
, this Key Provider Service is not registered within this vCenter
and thus the applied configuration is not present in the desired state.service
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
. When methods return a
value of this class as a return value, the property will be an identifier for
the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service
.public ServicesAppliedConfigTypes.Summary build()