Interface GuestPolicies.Assignment.OsTypeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOsArchitecture()
      Targets VM instances with OS Inventory enabled and having the following OS architecture.
      com.google.protobuf.ByteString getOsArchitectureBytes()
      Targets VM instances with OS Inventory enabled and having the following OS architecture.
      String getOsShortName()
      Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
      com.google.protobuf.ByteString getOsShortNameBytes()
      Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
      String getOsVersion()
      Targets VM instances with OS Inventory enabled and having the following following OS version.
      com.google.protobuf.ByteString getOsVersionBytes()
      Targets VM instances with OS Inventory enabled and having the following following OS version.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOsShortName

        String getOsShortName()
         Targets VM instances with OS Inventory enabled and having the following
         OS short name, for example "debian" or "windows".
         
        string os_short_name = 1;
        Returns:
        The osShortName.
      • getOsShortNameBytes

        com.google.protobuf.ByteString getOsShortNameBytes()
         Targets VM instances with OS Inventory enabled and having the following
         OS short name, for example "debian" or "windows".
         
        string os_short_name = 1;
        Returns:
        The bytes for osShortName.
      • getOsVersion

        String getOsVersion()
         Targets VM instances with OS Inventory enabled and having the following
         following OS version.
         
        string os_version = 2;
        Returns:
        The osVersion.
      • getOsVersionBytes

        com.google.protobuf.ByteString getOsVersionBytes()
         Targets VM instances with OS Inventory enabled and having the following
         following OS version.
         
        string os_version = 2;
        Returns:
        The bytes for osVersion.
      • getOsArchitecture

        String getOsArchitecture()
         Targets VM instances with OS Inventory enabled and having the following
         OS architecture.
         
        string os_architecture = 3;
        Returns:
        The osArchitecture.
      • getOsArchitectureBytes

        com.google.protobuf.ByteString getOsArchitectureBytes()
         Targets VM instances with OS Inventory enabled and having the following
         OS architecture.
         
        string os_architecture = 3;
        Returns:
        The bytes for osArchitecture.