Class ServerlessConfigProperties
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.ServerlessConfigProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ServerlessConfigProperties>
public final class ServerlessConfigProperties
extends Object
implements com.azure.json.JsonSerializable<ServerlessConfigProperties>
Metadata Serverless Config Properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the applicationTypes property: List of application types supported by informatica.Get the computeUnits property: The list of compute units with possible array of values.Get the executionTimeout property: Serverless Runtime execution timeout.static ServerlessConfigPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerlessConfigProperties from the JsonReader.platform()Get the platform property: Platform types.regions()Get the regions property: List of supported serverless informatica regions.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.
-
Method Details
-
platform
Get the platform property: Platform types.- Returns:
- the platform value.
-
applicationTypes
Get the applicationTypes property: List of application types supported by informatica.- Returns:
- the applicationTypes value.
-
computeUnits
Get the computeUnits property: The list of compute units with possible array of values.- Returns:
- the computeUnits value.
-
executionTimeout
Get the executionTimeout property: Serverless Runtime execution timeout.- Returns:
- the executionTimeout value.
-
regions
Get the regions property: List of supported serverless informatica regions.- Returns:
- the regions value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ServerlessConfigProperties>- Throws:
IOException
-
fromJson
public static ServerlessConfigProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ServerlessConfigProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ServerlessConfigProperties 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 ServerlessConfigProperties.
-