Service Args
data class ServiceArgs(val appEngine: Output<AppEngineArgs>? = null, val basicService: Output<BasicServiceArgs>? = null, val cloudEndpoints: Output<CloudEndpointsArgs>? = null, val cloudRun: Output<CloudRunArgs>? = null, val clusterIstio: Output<ClusterIstioArgs>? = null, val custom: Output<CustomArgs>? = null, val displayName: Output<String>? = null, val gkeNamespace: Output<GkeNamespaceArgs>? = null, val gkeService: Output<GkeServiceArgs>? = null, val gkeWorkload: Output<GkeWorkloadArgs>? = null, val istioCanonicalService: Output<IstioCanonicalServiceArgs>? = null, val meshIstio: Output<MeshIstioArgs>? = null, val name: Output<String>? = null, val serviceId: Output<String>? = null, val telemetry: Output<TelemetryArgs>? = null, val userLabels: Output<Map<String, String>>? = null, val v3Id: Output<String>? = null, val v3Id1: Output<String>? = null) : ConvertibleToJava<ServiceArgs>
Create a Service. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun ServiceArgs(appEngine: Output<AppEngineArgs>? = null, basicService: Output<BasicServiceArgs>? = null, cloudEndpoints: Output<CloudEndpointsArgs>? = null, cloudRun: Output<CloudRunArgs>? = null, clusterIstio: Output<ClusterIstioArgs>? = null, custom: Output<CustomArgs>? = null, displayName: Output<String>? = null, gkeNamespace: Output<GkeNamespaceArgs>? = null, gkeService: Output<GkeServiceArgs>? = null, gkeWorkload: Output<GkeWorkloadArgs>? = null, istioCanonicalService: Output<IstioCanonicalServiceArgs>? = null, meshIstio: Output<MeshIstioArgs>? = null, name: Output<String>? = null, serviceId: Output<String>? = null, telemetry: Output<TelemetryArgs>? = null, userLabels: Output<Map<String, String>>? = null, v3Id: Output<String>? = null, v3Id1: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Labels which have been used to annotate the service. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.