Class BetaUnrestrictedNetwork
-
- All Implemented Interfaces:
public final class BetaUnrestrictedNetworkUnrestricted network access.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaUnrestrictedNetwork.BuilderA builder for BetaUnrestrictedNetwork.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Network policy typeExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("unrestricted")final Map<String, JsonValue>_additionalProperties()final BetaUnrestrictedNetwork.BuildertoBuilder()final BetaUnrestrictedNetworkvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaUnrestrictedNetwork.Builderbuilder()Returns a mutable builder for constructing an instance of BetaUnrestrictedNetwork. -
-
Method Detail
-
_type
final JsonValue _type()
Network policy type
Expected to always return the following:
JsonValue.from("unrestricted")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 BetaUnrestrictedNetwork.Builder toBuilder()
-
validate
final BetaUnrestrictedNetwork 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 BetaUnrestrictedNetwork.Builder builder()
Returns a mutable builder for constructing an instance of BetaUnrestrictedNetwork.
-
-
-
-