Package-level declarations
Types
Link copied to clipboard
data class ApplicationAttributesArgs(val businessOwners: Output<List<ApplicationAttributesBusinessOwnerArgs>>? = null, val criticality: Output<ApplicationAttributesCriticalityArgs>? = null, val developerOwners: Output<List<ApplicationAttributesDeveloperOwnerArgs>>? = null, val environment: Output<ApplicationAttributesEnvironmentArgs>? = null, val operatorOwners: Output<List<ApplicationAttributesOperatorOwnerArgs>>? = null) : ConvertibleToJava<ApplicationAttributesArgs>
Link copied to clipboard
Builder for ApplicationAttributesArgs.
Link copied to clipboard
data class ApplicationAttributesBusinessOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ApplicationAttributesBusinessOwnerArgs>
Link copied to clipboard
Link copied to clipboard
data class ApplicationAttributesCriticalityArgs(val type: Output<String>) : ConvertibleToJava<ApplicationAttributesCriticalityArgs>
Link copied to clipboard
Link copied to clipboard
data class ApplicationAttributesDeveloperOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ApplicationAttributesDeveloperOwnerArgs>
Link copied to clipboard
Link copied to clipboard
data class ApplicationAttributesEnvironmentArgs(val type: Output<String>) : ConvertibleToJava<ApplicationAttributesEnvironmentArgs>
Link copied to clipboard
Link copied to clipboard
data class ApplicationAttributesOperatorOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ApplicationAttributesOperatorOwnerArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for ApplicationScopeArgs.
Link copied to clipboard
data class GetApplicationPlainArgs(val applicationId: String, val location: String, val project: String) : ConvertibleToJava<GetApplicationPlainArgs>
A collection of arguments for invoking getApplication.
Link copied to clipboard
Builder for GetApplicationPlainArgs.
Link copied to clipboard
data class GetDiscoveredServicePlainArgs(val location: String, val project: String? = null, val serviceUri: String) : ConvertibleToJava<GetDiscoveredServicePlainArgs>
A collection of arguments for invoking getDiscoveredService.
Link copied to clipboard
Builder for GetDiscoveredServicePlainArgs.
Link copied to clipboard
data class GetDiscoveredWorkloadPlainArgs(val location: String, val project: String? = null, val workloadUri: String) : ConvertibleToJava<GetDiscoveredWorkloadPlainArgs>
A collection of arguments for invoking getDiscoveredWorkload.
Link copied to clipboard
Builder for GetDiscoveredWorkloadPlainArgs.
Link copied to clipboard
data class ServiceAttributesArgs(val businessOwners: Output<List<ServiceAttributesBusinessOwnerArgs>>? = null, val criticality: Output<ServiceAttributesCriticalityArgs>? = null, val developerOwners: Output<List<ServiceAttributesDeveloperOwnerArgs>>? = null, val environment: Output<ServiceAttributesEnvironmentArgs>? = null, val operatorOwners: Output<List<ServiceAttributesOperatorOwnerArgs>>? = null) : ConvertibleToJava<ServiceAttributesArgs>
Link copied to clipboard
Builder for ServiceAttributesArgs.
Link copied to clipboard
data class ServiceAttributesBusinessOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ServiceAttributesBusinessOwnerArgs>
Link copied to clipboard
Builder for ServiceAttributesBusinessOwnerArgs.
Link copied to clipboard
data class ServiceAttributesCriticalityArgs(val type: Output<String>) : ConvertibleToJava<ServiceAttributesCriticalityArgs>
Link copied to clipboard
Builder for ServiceAttributesCriticalityArgs.
Link copied to clipboard
data class ServiceAttributesDeveloperOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ServiceAttributesDeveloperOwnerArgs>
Link copied to clipboard
Link copied to clipboard
data class ServiceAttributesEnvironmentArgs(val type: Output<String>) : ConvertibleToJava<ServiceAttributesEnvironmentArgs>
Link copied to clipboard
Builder for ServiceAttributesEnvironmentArgs.
Link copied to clipboard
data class ServiceAttributesOperatorOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<ServiceAttributesOperatorOwnerArgs>
Link copied to clipboard
Builder for ServiceAttributesOperatorOwnerArgs.
Link copied to clipboard
data class WorkloadAttributesArgs(val businessOwners: Output<List<WorkloadAttributesBusinessOwnerArgs>>? = null, val criticality: Output<WorkloadAttributesCriticalityArgs>? = null, val developerOwners: Output<List<WorkloadAttributesDeveloperOwnerArgs>>? = null, val environment: Output<WorkloadAttributesEnvironmentArgs>? = null, val operatorOwners: Output<List<WorkloadAttributesOperatorOwnerArgs>>? = null) : ConvertibleToJava<WorkloadAttributesArgs>
Link copied to clipboard
Builder for WorkloadAttributesArgs.
Link copied to clipboard
data class WorkloadAttributesBusinessOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<WorkloadAttributesBusinessOwnerArgs>
Link copied to clipboard
Link copied to clipboard
data class WorkloadAttributesCriticalityArgs(val type: Output<String>) : ConvertibleToJava<WorkloadAttributesCriticalityArgs>
Link copied to clipboard
Builder for WorkloadAttributesCriticalityArgs.
Link copied to clipboard
data class WorkloadAttributesDeveloperOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<WorkloadAttributesDeveloperOwnerArgs>
Link copied to clipboard
Link copied to clipboard
data class WorkloadAttributesEnvironmentArgs(val type: Output<String>) : ConvertibleToJava<WorkloadAttributesEnvironmentArgs>
Link copied to clipboard
Builder for WorkloadAttributesEnvironmentArgs.
Link copied to clipboard
data class WorkloadAttributesOperatorOwnerArgs(val displayName: Output<String>? = null, val email: Output<String>) : ConvertibleToJava<WorkloadAttributesOperatorOwnerArgs>
Link copied to clipboard