Class AzureComputeService.Discovery
- java.lang.Object
-
- org.opensearch.cloud.azure.classic.management.AzureComputeService.Discovery
-
- Enclosing interface:
- AzureComputeService
public static final class AzureComputeService.Discovery extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.lang.String>DEPLOYMENT_NAME_SETTINGstatic Setting<AzureSeedHostsProvider.Deployment>DEPLOYMENT_SLOT_SETTINGstatic Setting<java.lang.String>ENDPOINT_NAME_SETTINGstatic Setting<AzureSeedHostsProvider.HostType>HOST_TYPE_SETTINGstatic Setting<TimeValue>REFRESH_SETTING
-
Constructor Summary
Constructors Constructor Description Discovery()
-
-
-
Field Detail
-
HOST_TYPE_SETTING
public static final Setting<AzureSeedHostsProvider.HostType> HOST_TYPE_SETTING
-
ENDPOINT_NAME_SETTING
public static final Setting<java.lang.String> ENDPOINT_NAME_SETTING
-
DEPLOYMENT_NAME_SETTING
public static final Setting<java.lang.String> DEPLOYMENT_NAME_SETTING
-
DEPLOYMENT_SLOT_SETTING
public static final Setting<AzureSeedHostsProvider.Deployment> DEPLOYMENT_SLOT_SETTING
-
-