Class BetaManagedAgentsVaultArchivedDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsVaultArchivedDeploymentPausedReasonErrorA vault referenced by the deployment is archived.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsVaultArchivedDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.
public final classBetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsVaultArchivedDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultArchivedDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Builder toBuilder()
-
validate
final BetaManagedAgentsVaultArchivedDeploymentPausedReasonError 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 BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsVaultArchivedDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-