Class ServerlessRuntimeConfigProperties
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.ServerlessRuntimeConfigProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ServerlessRuntimeConfigProperties>
public final class ServerlessRuntimeConfigProperties
extends Object
implements com.azure.json.JsonSerializable<ServerlessRuntimeConfigProperties>
Serverless Runtime config properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServerlessRuntimeConfigProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.Get the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerlessRuntimeConfigProperties from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withCdiConfigProps(List<CdiConfigProps> cdiConfigProps) Set the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.withCdieConfigProps(List<CdiConfigProps> cdieConfigProps) Set the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.
-
Constructor Details
-
ServerlessRuntimeConfigProperties
public ServerlessRuntimeConfigProperties()Creates an instance of ServerlessRuntimeConfigProperties class.
-
-
Method Details
-
cdiConfigProps
Get the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.- Returns:
- the cdiConfigProps value.
-
withCdiConfigProps
Set the cdiConfigProps property: The List of Informatica Serverless Runtime CDI Config Properties.- Parameters:
cdiConfigProps- the cdiConfigProps value to set.- Returns:
- the ServerlessRuntimeConfigProperties object itself.
-
cdieConfigProps
Get the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.- Returns:
- the cdieConfigProps value.
-
withCdieConfigProps
Set the cdieConfigProps property: The List of Informatica Serverless Runtime CDIE Config Properties.- Parameters:
cdieConfigProps- the cdieConfigProps value to set.- Returns:
- the ServerlessRuntimeConfigProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ServerlessRuntimeConfigProperties>- Throws:
IOException
-
fromJson
public static ServerlessRuntimeConfigProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ServerlessRuntimeConfigProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ServerlessRuntimeConfigProperties 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 ServerlessRuntimeConfigProperties.
-