Class AzureRepositorySettings
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
co.elastic.clients.elasticsearch.snapshot.AzureRepositorySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
RepositorySettingsBase.AbstractBuilder<BuilderT extends RepositorySettingsBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AzureRepositorySettings>Json deserializer forAzureRepositorySettings -
Method Summary
Modifier and TypeMethodDescriptionfinal StringbasePath()API name:base_pathfinal Stringclient()API name:clientfinal StringAPI name:containerfinal StringAPI name:location_modestatic AzureRepositorySettingsfinal Booleanreadonly()API name:readonlyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositorySettingsBase
chunkSize, compress, maxRestoreBytesPerSec, maxSnapshotBytesPerSec, serialize, setupRepositorySettingsBaseDeserializer, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forAzureRepositorySettings
-
-
Method Details
-
of
public static AzureRepositorySettings of(Function<AzureRepositorySettings.Builder, ObjectBuilder<AzureRepositorySettings>> fn) -
client
API name:client -
container
API name:container -
basePath
API name:base_path -
readonly
API name:readonly -
locationMode
API name:location_mode -
serializeInternal
- Overrides:
serializeInternalin classRepositorySettingsBase
-
setupAzureRepositorySettingsDeserializer
protected static void setupAzureRepositorySettingsDeserializer(ObjectDeserializer<AzureRepositorySettings.Builder> op)
-