Class BetaCloudConfig
-
- All Implemented Interfaces:
public final class BetaCloudConfigcloudenvironment configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCloudConfig.BuilderA builder for BetaCloudConfig.
public final classBetaCloudConfig.NetworkingNetwork configuration policy.
-
Method Summary
Modifier and Type Method Description final BetaCloudConfig.Networkingnetworking()Network configuration policy. final BetaPackagespackages()Package manager configuration. final JsonValue_type()Environment typeExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("cloud")final JsonField<BetaCloudConfig.Networking>_networking()Returns the raw JSON value of networking. final JsonField<BetaPackages>_packages()Returns the raw JSON value of packages. final Map<String, JsonValue>_additionalProperties()final BetaCloudConfig.BuildertoBuilder()final BetaCloudConfigvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCloudConfig.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCloudConfig. -
-
Method Detail
-
networking
final BetaCloudConfig.Networking networking()
Network configuration policy.
-
packages
final BetaPackages packages()
Package manager configuration.
-
_type
final JsonValue _type()
Environment type
Expected to always return the following:
JsonValue.from("cloud")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_networking
final JsonField<BetaCloudConfig.Networking> _networking()
Returns the raw JSON value of networking.
Unlike networking, this method doesn't throw if the JSON field has an unexpected type.
-
_packages
final JsonField<BetaPackages> _packages()
Returns the raw JSON value of packages.
Unlike packages, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCloudConfig.Builder toBuilder()
-
validate
final BetaCloudConfig 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 BetaCloudConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaCloudConfig.
The following fields are required:
.networking() .packages()
-
-
-
-