Package com.openai.models.responses
Class ContainerNetworkPolicyDisabled
-
- All Implemented Interfaces:
public final class ContainerNetworkPolicyDisabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classContainerNetworkPolicyDisabled.BuilderA builder for ContainerNetworkPolicyDisabled.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Disable outbound network access. final Map<String, JsonValue>_additionalProperties()final ContainerNetworkPolicyDisabled.BuildertoBuilder()final ContainerNetworkPolicyDisabledvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ContainerNetworkPolicyDisabled.Builderbuilder()Returns a mutable builder for constructing an instance of ContainerNetworkPolicyDisabled. -
-
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 ContainerNetworkPolicyDisabled.Builder toBuilder()
-
validate
final ContainerNetworkPolicyDisabled 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 ContainerNetworkPolicyDisabled.Builder builder()
Returns a mutable builder for constructing an instance of ContainerNetworkPolicyDisabled.
-
-
-
-