Package-level declarations

Types

Link copied to clipboard
data class APIServerProfileArgs(val visibility: Output<Either<String, Visibility>>? = null) : ConvertibleToJava<APIServerProfileArgs>

APIServerProfile represents an API server profile.

Link copied to clipboard
data class ClusterProfileArgs(val domain: Output<String>? = null, val fipsValidatedModules: Output<Either<String, FipsValidatedModules>>? = null, val pullSecret: Output<String>? = null, val resourceGroupId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClusterProfileArgs>

ClusterProfile represents a cluster profile.

Link copied to clipboard
Link copied to clipboard
data class GetMachinePoolPlainArgs(val childResourceName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetMachinePoolPlainArgs>
Link copied to clipboard
data class GetOpenShiftClusterPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetOpenShiftClusterPlainArgs>
Link copied to clipboard
data class GetSecretPlainArgs(val childResourceName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetSecretPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetSyncIdentityProviderPlainArgs(val childResourceName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetSyncIdentityProviderPlainArgs>
Link copied to clipboard
data class GetSyncSetPlainArgs(val childResourceName: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetSyncSetPlainArgs>
Link copied to clipboard
data class IngressProfileArgs(val name: Output<String>? = null, val visibility: Output<Either<String, Visibility>>? = null) : ConvertibleToJava<IngressProfileArgs>

IngressProfile represents an ingress profile.

Link copied to clipboard
data class ListOpenShiftClusterAdminCredentialsPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListOpenShiftClusterAdminCredentialsPlainArgs>
Link copied to clipboard
data class ListOpenShiftClusterCredentialsPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListOpenShiftClusterCredentialsPlainArgs>
Link copied to clipboard
data class LoadBalancerProfileArgs(val managedOutboundIps: Output<ManagedOutboundIPsArgs>? = null) : ConvertibleToJava<LoadBalancerProfileArgs>

LoadBalancerProfile represents the profile of the cluster public load balancer.

Link copied to clipboard
data class ManagedOutboundIPsArgs(val count: Output<Int>? = null) : ConvertibleToJava<ManagedOutboundIPsArgs>

ManagedOutboundIPs represents the desired managed outbound IPs for the cluster public load balancer.

Link copied to clipboard
data class MasterProfileArgs(val diskEncryptionSetId: Output<String>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<MasterProfileArgs>

MasterProfile represents a master profile.

Link copied to clipboard
Link copied to clipboard
data class NetworkProfileArgs(val loadBalancerProfile: Output<LoadBalancerProfileArgs>? = null, val outboundType: Output<Either<String, OutboundType>>? = null, val podCidr: Output<String>? = null, val preconfiguredNSG: Output<Either<String, PreconfiguredNSG>>? = null, val serviceCidr: Output<String>? = null) : ConvertibleToJava<NetworkProfileArgs>

NetworkProfile represents a network profile.

Link copied to clipboard
Link copied to clipboard
data class ServicePrincipalProfileArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null) : ConvertibleToJava<ServicePrincipalProfileArgs>

ServicePrincipalProfile represents a service principal profile.

Link copied to clipboard
data class WorkerProfileArgs(val count: Output<Int>? = null, val diskEncryptionSetId: Output<String>? = null, val diskSizeGB: Output<Int>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, val name: Output<String>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<WorkerProfileArgs>

WorkerProfile represents a worker profile.

Link copied to clipboard