Package com.openai.models.beta.responses
Class BetaContainerNetworkPolicyDisabled
-
- All Implemented Interfaces:
public final class BetaContainerNetworkPolicyDisabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContainerNetworkPolicyDisabled.BuilderA builder for BetaContainerNetworkPolicyDisabled.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Disable outbound network access. final Map<String, JsonValue>_additionalProperties()final BetaContainerNetworkPolicyDisabled.BuildertoBuilder()final BetaContainerNetworkPolicyDisabledvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaContainerNetworkPolicyDisabled.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContainerNetworkPolicyDisabled. -
-
Method Detail
-
_type
final JsonValue _type()
Disable outbound network access. Always
disabled.Expected to always return the following:
JsonValue.from("disabled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaContainerNetworkPolicyDisabled.Builder toBuilder()
-
validate
final BetaContainerNetworkPolicyDisabled 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 BetaContainerNetworkPolicyDisabled.Builder builder()
Returns a mutable builder for constructing an instance of BetaContainerNetworkPolicyDisabled.
-
-
-
-