Package-level declarations
Types
Link copied to clipboard
data class ApplicationPropertiesArgs(val applicationDescription: Output<String>? = null, val applicationType: Output<String>? = null, val legalName: Output<String>? = null, val name: Output<String>? = null, val organizationDescription: Output<String>? = null, val privacyContactEmailAddress: Output<String>? = null, val taxNumber: Output<String>? = null) : ConvertibleToJava<ApplicationPropertiesArgs>
Details about the Application that would use the Operator's Network APIs.
Link copied to clipboard
Builder for ApplicationPropertiesArgs.
Link copied to clipboard
data class GetGatewayPlainArgs(val gatewayName: String, val resourceGroupName: String) : ConvertibleToJava<GetGatewayPlainArgs>
Link copied to clipboard
Builder for GetGatewayPlainArgs.
Link copied to clipboard
data class GetOperatorApiConnectionPlainArgs(val operatorApiConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetOperatorApiConnectionPlainArgs>
Link copied to clipboard
Builder for GetOperatorApiConnectionPlainArgs.
Link copied to clipboard
data class SaasPropertiesArgs(val saasResourceId: Output<String>? = null, val saasSubscriptionId: Output<String>? = null) : ConvertibleToJava<SaasPropertiesArgs>
Details about the SaaS offer purchased from the marketplace.
Link copied to clipboard
Builder for SaasPropertiesArgs.