Class ClusterProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.ClusterProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ClusterProperties>
public final class ClusterProperties
extends Object
implements com.azure.json.JsonSerializable<ClusterProperties>
Cluster properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.Get the billingType property: The cluster's billing type.Get the capacityReservationProperties property: Additional properties for capacity reservation.Get the clusterId property: The ID associated with the cluster.Get the createdDate property: The cluster creation time.static ClusterPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterProperties from the JsonReader.Get the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones.Get the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption.Get the keyVaultProperties property: The associated key properties.Get the lastModifiedDate property: The last time the cluster was updated.Get the provisioningState property: The provisioning state of the cluster.Get the replication property: Cluster's replication properties.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces) Set the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.withCapacityReservationProperties(CapacityReservationProperties capacityReservationProperties) Set the capacityReservationProperties property: Additional properties for capacity reservation.withIsAvailabilityZonesEnabled(Boolean isAvailabilityZonesEnabled) Set the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones.withIsDoubleEncryptionEnabled(Boolean isDoubleEncryptionEnabled) Set the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.withReplication(ClusterReplicationProperties replication) Set the replication property: Cluster's replication properties.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ClusterProperties
public ClusterProperties()Creates an instance of ClusterProperties class.
-
-
Method Details
-
clusterId
Get the clusterId property: The ID associated with the cluster.- Returns:
- the clusterId value.
-
provisioningState
Get the provisioningState property: The provisioning state of the cluster.- Returns:
- the provisioningState value.
-
isDoubleEncryptionEnabled
Get the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'.- Returns:
- the isDoubleEncryptionEnabled value.
-
withIsDoubleEncryptionEnabled
Set the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'.- Parameters:
isDoubleEncryptionEnabled- the isDoubleEncryptionEnabled value to set.- Returns:
- the ClusterProperties object itself.
-
isAvailabilityZonesEnabled
Get the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.- Returns:
- the isAvailabilityZonesEnabled value.
-
withIsAvailabilityZonesEnabled
Set the isAvailabilityZonesEnabled property: Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.- Parameters:
isAvailabilityZonesEnabled- the isAvailabilityZonesEnabled value to set.- Returns:
- the ClusterProperties object itself.
-
billingType
Get the billingType property: The cluster's billing type.- Returns:
- the billingType value.
-
withBillingType
Set the billingType property: The cluster's billing type.- Parameters:
billingType- the billingType value to set.- Returns:
- the ClusterProperties object itself.
-
keyVaultProperties
Get the keyVaultProperties property: The associated key properties.- Returns:
- the keyVaultProperties value.
-
withKeyVaultProperties
Set the keyVaultProperties property: The associated key properties.- Parameters:
keyVaultProperties- the keyVaultProperties value to set.- Returns:
- the ClusterProperties object itself.
-
lastModifiedDate
Get the lastModifiedDate property: The last time the cluster was updated.- Returns:
- the lastModifiedDate value.
-
createdDate
Get the createdDate property: The cluster creation time.- Returns:
- the createdDate value.
-
associatedWorkspaces
Get the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.- Returns:
- the associatedWorkspaces value.
-
withAssociatedWorkspaces
Set the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.- Parameters:
associatedWorkspaces- the associatedWorkspaces value to set.- Returns:
- the ClusterProperties object itself.
-
capacityReservationProperties
Get the capacityReservationProperties property: Additional properties for capacity reservation.- Returns:
- the capacityReservationProperties value.
-
withCapacityReservationProperties
public ClusterProperties withCapacityReservationProperties(CapacityReservationProperties capacityReservationProperties) Set the capacityReservationProperties property: Additional properties for capacity reservation.- Parameters:
capacityReservationProperties- the capacityReservationProperties value to set.- Returns:
- the ClusterProperties object itself.
-
replication
Get the replication property: Cluster's replication properties.- Returns:
- the replication value.
-
withReplication
Set the replication property: Cluster's replication properties.- Parameters:
replication- the replication value to set.- Returns:
- the ClusterProperties object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ClusterProperties>- Throws:
IOException
-
fromJson
Reads an instance of ClusterProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ClusterProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the ClusterProperties.
-