Class WorkerProfileResponse


  • public final class WorkerProfileResponse
    extends java.lang.Object
    • Method Detail

      • count

        public java.util.Optional<java.lang.Integer> count()
        Returns:
        The number of worker VMs.
      • diskEncryptionSetId

        public java.util.Optional<java.lang.String> diskEncryptionSetId()
        Returns:
        The resource ID of an associated DiskEncryptionSet, if applicable.
      • diskSizeGB

        public java.util.Optional<java.lang.Integer> diskSizeGB()
        Returns:
        The disk size of the worker VMs.
      • encryptionAtHost

        public java.util.Optional<java.lang.String> encryptionAtHost()
        Returns:
        Whether master virtual machines are encrypted at host.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The worker profile name.
      • subnetId

        public java.util.Optional<java.lang.String> subnetId()
        Returns:
        The Azure resource ID of the worker subnet.
      • vmSize

        public java.util.Optional<java.lang.String> vmSize()
        Returns:
        The size of the worker VMs.