Class ClusterUpdate
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.kusto.models.ClusterUpdate
public final class ClusterUpdate
extends com.azure.core.management.ProxyResource
Class representing an update to a Kusto cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the acceptedAudiences property: The cluster's accepted audiences.Get the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.Get the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.Get the dataIngestionUri property: The cluster data ingestion URI.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).Get the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.Get the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.Get the enablePurge property: A boolean value that indicates if the purge operations are enabled.Get the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.Get the engineType property: The engine type.identity()
Get the identity property: The identity of the cluster, if configured.Get the keyVaultProperties property: KeyVault properties for the cluster encryption.Get the languageExtensions property: List of the cluster's language extensions.location()
Get the location property: Resource location.Get the optimizedAutoscale property: Optimized auto scale definition.Get the privateEndpointConnections property: A list of private endpoint connections.Get the provisioningState property: The provisioned state of the resource.Get the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).Get the publicNetworkAccess property: Public network access to the cluster is enabled by default.Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.sku()
Get the sku property: The SKU of the cluster.state()
Get the state property: The state of the resource.Get the stateReason property: The reason for the cluster's current state.tags()
Get the tags property: Resource tags.Get the trustedExternalTenants property: The cluster's external tenants.uri()
Get the uri property: The cluster URI.void
validate()
Validates the instance.Get the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.Get the virtualNetworkConfiguration property: Virtual network definition.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences.withAllowedFqdnList
(List<String> allowedFqdnList) Set the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.withAllowedIpRangeList
(List<String> allowedIpRangeList) Set the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.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).withEnableDiskEncryption
(Boolean enableDiskEncryption) Set the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.withEnableDoubleEncryption
(Boolean enableDoubleEncryption) Set the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.withEnablePurge
(Boolean enablePurge) Set the enablePurge property: A boolean value that indicates if the purge operations are enabled.withEnableStreamingIngest
(Boolean enableStreamingIngest) Set the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.withEngineType
(EngineType engineType) Set the engineType property: The engine type.withIdentity
(Identity identity) Set the identity property: The identity of the cluster, if configured.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption.withLocation
(String location) Set the location property: Resource location.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition.withPublicIpType
(PublicIpType publicIpType) Set the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Set the sku property: The SKU of the cluster.Set the tags property: Resource tags.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants.withVirtualClusterGraduationProperties
(String virtualClusterGraduationProperties) Set the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.withVirtualNetworkConfiguration
(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network definition.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ClusterUpdate
public ClusterUpdate()
-
-
Method Details
-
tags
Get the tags property: Resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Resource tags.- Parameters:
tags
- the tags value to set.- Returns:
- the ClusterUpdate object itself.
-
location
Get the location property: Resource location.- Returns:
- the location value.
-
withLocation
Set the location property: Resource location.- Parameters:
location
- the location value to set.- Returns:
- the ClusterUpdate object itself.
-
sku
Get the sku property: The SKU of the cluster.- Returns:
- the sku value.
-
withSku
Set the sku property: The SKU of the cluster.- Parameters:
sku
- the sku value to set.- Returns:
- the ClusterUpdate object itself.
-
identity
Get the identity property: The identity of the cluster, if configured.- Returns:
- the identity value.
-
withIdentity
Set the identity property: The identity of the cluster, if configured.- Parameters:
identity
- the identity value to set.- Returns:
- the ClusterUpdate object itself.
-
state
Get the state property: The state of the resource.- Returns:
- the state value.
-
provisioningState
Get the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
uri
Get the uri property: The cluster URI.- Returns:
- the uri value.
-
dataIngestionUri
Get the dataIngestionUri property: The cluster data ingestion URI.- Returns:
- the dataIngestionUri value.
-
stateReason
Get the stateReason property: The reason for the cluster's current state.- Returns:
- the stateReason value.
-
trustedExternalTenants
Get the trustedExternalTenants property: The cluster's external tenants.- Returns:
- the trustedExternalTenants value.
-
withTrustedExternalTenants
Set the trustedExternalTenants property: The cluster's external tenants.- Parameters:
trustedExternalTenants
- the trustedExternalTenants value to set.- Returns:
- the ClusterUpdate object itself.
-
optimizedAutoscale
Get the optimizedAutoscale property: Optimized auto scale definition.- Returns:
- the optimizedAutoscale value.
-
withOptimizedAutoscale
Set the optimizedAutoscale property: Optimized auto scale definition.- Parameters:
optimizedAutoscale
- the optimizedAutoscale value to set.- Returns:
- the ClusterUpdate object itself.
-
enableDiskEncryption
Get the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.- Returns:
- the enableDiskEncryption value.
-
withEnableDiskEncryption
Set the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.- Parameters:
enableDiskEncryption
- the enableDiskEncryption value to set.- Returns:
- the ClusterUpdate object itself.
-
enableStreamingIngest
Get the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.- Returns:
- the enableStreamingIngest value.
-
withEnableStreamingIngest
Set the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.- Parameters:
enableStreamingIngest
- the enableStreamingIngest value to set.- Returns:
- the ClusterUpdate object itself.
-
virtualNetworkConfiguration
Get the virtualNetworkConfiguration property: Virtual network definition.- Returns:
- the virtualNetworkConfiguration value.
-
withVirtualNetworkConfiguration
public ClusterUpdate withVirtualNetworkConfiguration(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network definition.- Parameters:
virtualNetworkConfiguration
- the virtualNetworkConfiguration value to set.- Returns:
- the ClusterUpdate object itself.
-
keyVaultProperties
Get the keyVaultProperties property: KeyVault properties for the cluster encryption.- Returns:
- the keyVaultProperties value.
-
withKeyVaultProperties
Set the keyVaultProperties property: KeyVault properties for the cluster encryption.- Parameters:
keyVaultProperties
- the keyVaultProperties value to set.- Returns:
- the ClusterUpdate object itself.
-
enablePurge
Get the enablePurge property: A boolean value that indicates if the purge operations are enabled.- Returns:
- the enablePurge value.
-
withEnablePurge
Set the enablePurge property: A boolean value that indicates if the purge operations are enabled.- Parameters:
enablePurge
- the enablePurge value to set.- Returns:
- the ClusterUpdate object itself.
-
languageExtensions
Get the languageExtensions property: List of the cluster's language extensions.- Returns:
- the languageExtensions value.
-
enableDoubleEncryption
Get the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.- Returns:
- the enableDoubleEncryption value.
-
withEnableDoubleEncryption
Set the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.- Parameters:
enableDoubleEncryption
- the enableDoubleEncryption value to set.- Returns:
- the ClusterUpdate object itself.
-
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:
- the publicNetworkAccess value.
-
withPublicNetworkAccess
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:
publicNetworkAccess
- the publicNetworkAccess value to set.- Returns:
- the ClusterUpdate object itself.
-
allowedIpRangeList
Get the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.- Returns:
- the allowedIpRangeList value.
-
withAllowedIpRangeList
Set the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.- Parameters:
allowedIpRangeList
- the allowedIpRangeList value to set.- Returns:
- the ClusterUpdate object itself.
-
engineType
Get the engineType property: The engine type.- Returns:
- the engineType value.
-
withEngineType
Set the engineType property: The engine type.- Parameters:
engineType
- the engineType value to set.- Returns:
- the ClusterUpdate object itself.
-
acceptedAudiences
Get the acceptedAudiences property: The cluster's accepted audiences.- Returns:
- the acceptedAudiences value.
-
withAcceptedAudiences
Set the acceptedAudiences property: The cluster's accepted audiences.- Parameters:
acceptedAudiences
- the acceptedAudiences value to set.- Returns:
- the ClusterUpdate object itself.
-
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:
- the enableAutoStop value.
-
withEnableAutoStop
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:
enableAutoStop
- the enableAutoStop value to set.- Returns:
- the ClusterUpdate object itself.
-
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:
- the restrictOutboundNetworkAccess value.
-
withRestrictOutboundNetworkAccess
public ClusterUpdate 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:
restrictOutboundNetworkAccess
- the restrictOutboundNetworkAccess value to set.- Returns:
- the ClusterUpdate object itself.
-
allowedFqdnList
Get the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.- Returns:
- the allowedFqdnList value.
-
withAllowedFqdnList
Set the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.- Parameters:
allowedFqdnList
- the allowedFqdnList value to set.- Returns:
- the ClusterUpdate object itself.
-
publicIpType
Get the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).- Returns:
- the publicIpType value.
-
withPublicIpType
Set the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).- Parameters:
publicIpType
- the publicIpType value to set.- Returns:
- the ClusterUpdate object itself.
-
virtualClusterGraduationProperties
Get the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.- Returns:
- the virtualClusterGraduationProperties value.
-
withVirtualClusterGraduationProperties
public ClusterUpdate withVirtualClusterGraduationProperties(String virtualClusterGraduationProperties) Set the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.- Parameters:
virtualClusterGraduationProperties
- the virtualClusterGraduationProperties value to set.- Returns:
- the ClusterUpdate object itself.
-
privateEndpointConnections
Get the privateEndpointConnections property: A list of private endpoint connections.- Returns:
- the privateEndpointConnections value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-