Class ComputeInstanceTemplateServiceAccount.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getScopes

        public final List<String> getScopes()
        Description copied from interface: ComputeInstanceTemplateServiceAccount
        A list of service scopes.

        Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#scopes ComputeInstanceTemplate#scopes}

        Specified by:
        getScopes in interface ComputeInstanceTemplateServiceAccount
      • getEmail

        public final String getEmail()
        Description copied from interface: ComputeInstanceTemplateServiceAccount
        The service account e-mail address. If not given, the default Google Compute Engine service account is used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#email ComputeInstanceTemplate#email}

        Specified by:
        getEmail in interface ComputeInstanceTemplateServiceAccount
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object