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

target.apidocs.com.google.api.services.compute.model.ShieldedVmIdentity.html Maven / Gradle / Ivy







ShieldedVmIdentity (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class ShieldedVmIdentity

    • Constructor Detail

      • ShieldedVmIdentity

        public ShieldedVmIdentity()
    • Method Detail

      • getEncryptionKey

        public ShieldedVmIdentityEntry getEncryptionKey()
        An Endorsement Key (EK) issued to the Shielded VM's vTPM.
        Returns:
        value or null for none
      • setEncryptionKey

        public ShieldedVmIdentity setEncryptionKey(ShieldedVmIdentityEntry encryptionKey)
        An Endorsement Key (EK) issued to the Shielded VM's vTPM.
        Parameters:
        encryptionKey - encryptionKey or null for none
      • getKind

        public String getKind()
        [Output Only] Type of the resource. Always compute#shieldedVmIdentity for shielded VM identity entry.
        Returns:
        value or null for none
      • setKind

        public ShieldedVmIdentity setKind(String kind)
        [Output Only] Type of the resource. Always compute#shieldedVmIdentity for shielded VM identity entry.
        Parameters:
        kind - kind or null for none
      • getSigningKey

        public ShieldedVmIdentityEntry getSigningKey()
        An Attestation Key (AK) issued to the Shielded VM's vTPM.
        Returns:
        value or null for none
      • setSigningKey

        public ShieldedVmIdentity setSigningKey(ShieldedVmIdentityEntry signingKey)
        An Attestation Key (AK) issued to the Shielded VM's vTPM.
        Parameters:
        signingKey - signingKey or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy