Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateServiceAccount
-
Packages that use ComputeInstanceFromTemplateServiceAccount Package Description com.hashicorp.cdktf.providers.google.compute_instance_from_template google_compute_instance_from_template -
-
Uses of ComputeInstanceFromTemplateServiceAccount in com.hashicorp.cdktf.providers.google.compute_instance_from_template
Classes in com.hashicorp.cdktf.providers.google.compute_instance_from_template that implement ComputeInstanceFromTemplateServiceAccount Modifier and Type Class Description static classComputeInstanceFromTemplateServiceAccount.Jsii$ProxyAn implementation forComputeInstanceFromTemplateServiceAccountMethods in com.hashicorp.cdktf.providers.google.compute_instance_from_template that return ComputeInstanceFromTemplateServiceAccount Modifier and Type Method Description ComputeInstanceFromTemplateServiceAccountComputeInstanceFromTemplateServiceAccount.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance_from_template with parameters of type ComputeInstanceFromTemplateServiceAccount Modifier and Type Method Description voidComputeInstanceFromTemplateServiceAccountOutputReference. setInternalValue(ComputeInstanceFromTemplateServiceAccount value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance_from_template with type arguments of type ComputeInstanceFromTemplateServiceAccount Modifier and Type Method Description ComputeInstanceFromTemplate.BuilderComputeInstanceFromTemplate.Builder. serviceAccount(List<? extends ComputeInstanceFromTemplateServiceAccount> serviceAccount)The service account to attach to the instance.ComputeInstanceFromTemplateConfig.BuilderComputeInstanceFromTemplateConfig.Builder. serviceAccount(List<? extends ComputeInstanceFromTemplateServiceAccount> serviceAccount)Sets the value ofComputeInstanceFromTemplateConfig.getServiceAccount()voidComputeInstanceFromTemplateServiceAccountList. setInternalValue(List<ComputeInstanceFromTemplateServiceAccount> value)
-