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()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()
-
builder
final static ContainerNetworkPolicyDisabled.Builder builder()
Returns a mutable builder for constructing an instance of ContainerNetworkPolicyDisabled.
-
-
-
-