VaultMtlsUpdateResponse¶
-
class
oci.key_management.models.VaultMtlsUpdateResponse(**kwargs)¶ Bases:
objectThe response of the update mTLS vault api call.
Attributes
STATUS_CREATEDA constant which can be used with the status property of a VaultMtlsUpdateResponse. STATUS_CREATINGA constant which can be used with the status property of a VaultMtlsUpdateResponse. fleet_id[Required] Gets the fleet_id of this VaultMtlsUpdateResponse. mtls_crypto_dns[Required] Gets the mtls_crypto_dns of this VaultMtlsUpdateResponse. status[Required] Gets the status of this VaultMtlsUpdateResponse. Methods
__init__(**kwargs)Initializes a new VaultMtlsUpdateResponse object with values from keyword arguments. -
STATUS_CREATED= 'CREATED'¶ A constant which can be used with the status property of a VaultMtlsUpdateResponse. This constant has a value of “CREATED”
-
STATUS_CREATING= 'CREATING'¶ A constant which can be used with the status property of a VaultMtlsUpdateResponse. This constant has a value of “CREATING”
-
__init__(**kwargs)¶ Initializes a new VaultMtlsUpdateResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mtls_crypto_dns (str) – The value to assign to the mtls_crypto_dns property of this VaultMtlsUpdateResponse.
- fleet_id (str) – The value to assign to the fleet_id property of this VaultMtlsUpdateResponse.
- status (str) – The value to assign to the status property of this VaultMtlsUpdateResponse. Allowed values for this property are: “CREATING”, “CREATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
fleet_id¶ [Required] Gets the fleet_id of this VaultMtlsUpdateResponse. Identifier of the fleet associated with the mTLS connection.
Returns: The fleet_id of this VaultMtlsUpdateResponse. Return type: str
-
mtls_crypto_dns¶ [Required] Gets the mtls_crypto_dns of this VaultMtlsUpdateResponse. The mTLS DNS endpoint for performing crypto operations.
Returns: The mtls_crypto_dns of this VaultMtlsUpdateResponse. Return type: str
-
status¶ [Required] Gets the status of this VaultMtlsUpdateResponse. The mtls vault registering state.
Allowed values for this property are: “CREATING”, “CREATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this VaultMtlsUpdateResponse. Return type: str
-