BucketServerPatchProperties interface
Properties of the server managing the lifecycle of volume buckets
Properties
| certificate |
The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner. Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties. |
| fqdn | The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate. |
| on |
Action to take when there is a certificate conflict. Possible values include: 'Update', 'Fail' |
Property Details
certificateObject
The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner. Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.
certificateObject?: string
Property Value
string
fqdn
The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
fqdn?: string
Property Value
string
onCertificateConflictAction
Action to take when there is a certificate conflict. Possible values include: 'Update', 'Fail'
onCertificateConflictAction?: string
Property Value
string