Class BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonErrorThe deployment configures resources, but its environment is self-hosted and cannot mount them.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.BuilderA builder for BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.
public final classBetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Typetype()final JsonField<BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.BuildertoBuilder()final BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.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 BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Builder toBuilder()
-
validate
final BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError 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 BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSelfHostedResourcesUnsupportedDeploymentPausedReasonError.
The following fields are required:
.type()
-
-
-
-