Class BetaManagedAgentsCredentialHostUnreachableError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCredentialHostUnreachableErrorAn
environment_variablecredential'sauth.networking.allowed_hostsincludes a host the environment's network policy does not permit.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsCredentialHostUnreachableError.BuilderA builder for BetaManagedAgentsCredentialHostUnreachableError.
public final classBetaManagedAgentsCredentialHostUnreachableError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsCredentialHostUnreachableError.Type
-
Method Summary
-
-
Method Detail
-
credentialId
final String credentialId()
ID of the affected credential.
-
retryStatus
final BetaManagedAgentsCredentialHostUnreachableError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsCredentialHostUnreachableError.Type type()
-
_credentialId
final JsonField<String> _credentialId()
Returns the raw JSON value of credentialId.
Unlike credentialId, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_retryStatus
final JsonField<BetaManagedAgentsCredentialHostUnreachableError.RetryStatus> _retryStatus()
Returns the raw JSON value of retryStatus.
Unlike retryStatus, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsCredentialHostUnreachableError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_vaultId
final JsonField<String> _vaultId()
Returns the raw JSON value of vaultId.
Unlike vaultId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsCredentialHostUnreachableError.Builder toBuilder()
-
validate
final BetaManagedAgentsCredentialHostUnreachableError validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsCredentialHostUnreachableError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsCredentialHostUnreachableError.
The following fields are required:
.credentialId() .message() .retryStatus() .type() .vaultId()
-
-
-
-