All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.ShieldedInstanceConfig.html Maven / Gradle / Ivy







ShieldedInstanceConfig (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class ShieldedInstanceConfig

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class ShieldedInstanceConfig
    extends com.google.api.client.json.GenericJson
    Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • ShieldedInstanceConfig

        public ShieldedInstanceConfig()
    • Method Detail

      • getEnableIntegrityMonitoring

        public Boolean getEnableIntegrityMonitoring()
        Optional. Defines whether instances have integrity monitoring enabled.
        Returns:
        value or null for none
      • setEnableIntegrityMonitoring

        public ShieldedInstanceConfig setEnableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
        Optional. Defines whether instances have integrity monitoring enabled.
        Parameters:
        enableIntegrityMonitoring - enableIntegrityMonitoring or null for none
      • getEnableSecureBoot

        public Boolean getEnableSecureBoot()
        Optional. Defines whether instances have Secure Boot enabled.
        Returns:
        value or null for none
      • setEnableSecureBoot

        public ShieldedInstanceConfig setEnableSecureBoot(Boolean enableSecureBoot)
        Optional. Defines whether instances have Secure Boot enabled.
        Parameters:
        enableSecureBoot - enableSecureBoot or null for none
      • getEnableVtpm

        public Boolean getEnableVtpm()
        Optional. Defines whether instances have the vTPM enabled.
        Returns:
        value or null for none
      • setEnableVtpm

        public ShieldedInstanceConfig setEnableVtpm(Boolean enableVtpm)
        Optional. Defines whether instances have the vTPM enabled.
        Parameters:
        enableVtpm - enableVtpm or null for none
      • clone

        public ShieldedInstanceConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy