ClusterProperties Class
- java.
lang. Object - com.
azure. resourcemanager. kusto. fluent. models. ClusterProperties
- com.
public final class ClusterProperties
Class representing the Kusto cluster properties.
Constructor | Description |
---|---|
Cluster |
Creates an instance of Cluster |
Modifier and Type | Method and Description |
---|---|
List<Accepted |
accepted Get the accepted |
List<String> |
allowed Get the allowed |
List<String> |
allowed Get the allowed |
String |
data Get the data |
Boolean |
enable Get the enable |
Boolean |
enable Get the enable |
Boolean |
enable Get the enable |
Boolean |
enable Get the enable |
Boolean |
enable Get the enable |
Engine |
engine Get the engine |
Key |
key Get the key |
Language |
language Get the language |
Optimized |
optimized Get the optimized |
List<Private |
private Get the private |
Provisioning |
provisioning Get the provisioning |
Public |
public Get the public |
Public |
public Get the public |
Cluster |
restrict Get the restrict |
State |
state()
Get the state property: The state of the resource. |
String |
state Get the state |
List<Trusted |
trusted Get the trusted |
String |
uri()
Get the uri property: The cluster URI. |
void |
validate()
Validates the instance. |
String |
virtual Get the virtual |
Virtual |
virtual Get the virtual |
Cluster |
with Set the accepted |
Cluster |
with Set the allowed |
Cluster |
with Set the allowed |
Cluster |
with Set the enable |
Cluster |
with Set the enable |
Cluster |
with Set the enable |
Cluster |
with Set the enable |
Cluster |
with Set the enable |
Cluster |
with Set the engine |
Cluster |
with Set the key |
Cluster |
with Set the language |
Cluster |
with Set the optimized |
Cluster |
with Set the public |
Cluster |
with Set the public |
Cluster |
with Set the restrict |
Cluster |
with Set the trusted |
Cluster |
with Set the virtual |
Cluster |
with Set the virtual |
Methods inherited from java.lang.Object
ClusterProperties
public ClusterProperties()
Creates an instance of ClusterProperties class.
acceptedAudiences
public List
Get the acceptedAudiences property: The cluster's accepted audiences.
Returns:
allowedFqdnList
public List
Get the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
Returns:
allowedIpRangeList
public List
Get the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.
Returns:
dataIngestionUri
public String dataIngestionUri()
Get the dataIngestionUri property: The cluster data ingestion URI.
Returns:
enableAutoStop
public Boolean enableAutoStop()
Get the enableAutoStop property: A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
Returns:
enableDiskEncryption
public Boolean enableDiskEncryption()
Get the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.
Returns:
enableDoubleEncryption
public Boolean enableDoubleEncryption()
Get the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.
Returns:
enablePurge
public Boolean enablePurge()
Get the enablePurge property: A boolean value that indicates if the purge operations are enabled.
Returns:
enableStreamingIngest
public Boolean enableStreamingIngest()
Get the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.
Returns:
engineType
public EngineType engineType()
Get the engineType property: The engine type.
Returns:
keyVaultProperties
public KeyVaultProperties keyVaultProperties()
Get the keyVaultProperties property: KeyVault properties for the cluster encryption.
Returns:
languageExtensions
public LanguageExtensionsList languageExtensions()
Get the languageExtensions property: List of the cluster's language extensions.
Returns:
optimizedAutoscale
public OptimizedAutoscale optimizedAutoscale()
Get the optimizedAutoscale property: Optimized auto scale definition.
Returns:
privateEndpointConnections
public List
Get the privateEndpointConnections property: A list of private endpoint connections.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioned state of the resource.
Returns:
publicIpType
public PublicIpType publicIpType()
Get the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
Returns:
publicNetworkAccess
public PublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed.
Returns:
restrictOutboundNetworkAccess
public ClusterNetworkAccessFlag restrictOutboundNetworkAccess()
Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
Returns:
state
public State state()
Get the state property: The state of the resource.
Returns:
stateReason
public String stateReason()
Get the stateReason property: The reason for the cluster's current state.
Returns:
trustedExternalTenants
public List
Get the trustedExternalTenants property: The cluster's external tenants.
Returns:
uri
public String uri()
Get the uri property: The cluster URI.
Returns:
validate
public void validate()
Validates the instance.
virtualClusterGraduationProperties
public String virtualClusterGraduationProperties()
Get the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.
Returns:
virtualNetworkConfiguration
public VirtualNetworkConfiguration virtualNetworkConfiguration()
Get the virtualNetworkConfiguration property: Virtual network definition.
Returns:
withAcceptedAudiences
public ClusterProperties withAcceptedAudiences(List
Set the acceptedAudiences property: The cluster's accepted audiences.
Parameters:
Returns:
withAllowedFqdnList
public ClusterProperties withAllowedFqdnList(List
Set the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
Parameters:
Returns:
withAllowedIpRangeList
public ClusterProperties withAllowedIpRangeList(List
Set the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.
Parameters:
Returns:
withEnableAutoStop
public ClusterProperties withEnableAutoStop(Boolean enableAutoStop)
Set the enableAutoStop property: A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
Parameters:
Returns:
withEnableDiskEncryption
public ClusterProperties withEnableDiskEncryption(Boolean enableDiskEncryption)
Set the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.
Parameters:
Returns:
withEnableDoubleEncryption
public ClusterProperties withEnableDoubleEncryption(Boolean enableDoubleEncryption)
Set the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.
Parameters:
Returns:
withEnablePurge
public ClusterProperties withEnablePurge(Boolean enablePurge)
Set the enablePurge property: A boolean value that indicates if the purge operations are enabled.
Parameters:
Returns:
withEnableStreamingIngest
public ClusterProperties withEnableStreamingIngest(Boolean enableStreamingIngest)
Set the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.
Parameters:
Returns:
withEngineType
public ClusterProperties withEngineType(EngineType engineType)
Set the engineType property: The engine type.
Parameters:
Returns:
withKeyVaultProperties
public ClusterProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the keyVaultProperties property: KeyVault properties for the cluster encryption.
Parameters:
Returns:
withLanguageExtensions
public ClusterProperties withLanguageExtensions(LanguageExtensionsList languageExtensions)
Set the languageExtensions property: List of the cluster's language extensions.
Parameters:
Returns:
withOptimizedAutoscale
public ClusterProperties withOptimizedAutoscale(OptimizedAutoscale optimizedAutoscale)
Set the optimizedAutoscale property: Optimized auto scale definition.
Parameters:
Returns:
withPublicIpType
public ClusterProperties withPublicIpType(PublicIpType publicIpType)
Set the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).
Parameters:
Returns:
withPublicNetworkAccess
public ClusterProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed.
Parameters:
Returns:
withRestrictOutboundNetworkAccess
public ClusterProperties withRestrictOutboundNetworkAccess(ClusterNetworkAccessFlag restrictOutboundNetworkAccess)
Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
Parameters:
Returns:
withTrustedExternalTenants
public ClusterProperties withTrustedExternalTenants(List
Set the trustedExternalTenants property: The cluster's external tenants.
Parameters:
Returns:
withVirtualClusterGraduationProperties
public ClusterProperties withVirtualClusterGraduationProperties(String virtualClusterGraduationProperties)
Set the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.
Parameters:
Returns:
withVirtualNetworkConfiguration
public ClusterProperties withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration)
Set the virtualNetworkConfiguration property: Virtual network definition.
Parameters:
Returns:
Azure SDK for Java geri bildirimi
Azure SDK for Java, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: