Interface VmwarePlatformDetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VmwarePlatformDetails, VmwarePlatformDetails.Builder

    public interface VmwarePlatformDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEsxVersion()
      ESX version.
      com.google.protobuf.ByteString getEsxVersionBytes()
      ESX version.
      String getOsid()
      VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
      com.google.protobuf.ByteString getOsidBytes()
      VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
      String getVcenterFolder()
      Folder name in vCenter where asset resides.
      com.google.protobuf.ByteString getVcenterFolderBytes()
      Folder name in vCenter where asset resides.
      String getVcenterUri()
      vCenter URI used in collection.
      com.google.protobuf.ByteString getVcenterUriBytes()
      vCenter URI used in collection.
      String getVcenterVersion()
      vCenter version.
      com.google.protobuf.ByteString getVcenterVersionBytes()
      vCenter version.
      String getVcenterVmId()
      vCenter VM ID.
      com.google.protobuf.ByteString getVcenterVmIdBytes()
      vCenter VM ID.
      • 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

      • getVcenterVersion

        String getVcenterVersion()
         vCenter version.
         
        string vcenter_version = 1;
        Returns:
        The vcenterVersion.
      • getVcenterVersionBytes

        com.google.protobuf.ByteString getVcenterVersionBytes()
         vCenter version.
         
        string vcenter_version = 1;
        Returns:
        The bytes for vcenterVersion.
      • getEsxVersion

        String getEsxVersion()
         ESX version.
         
        string esx_version = 2;
        Returns:
        The esxVersion.
      • getEsxVersionBytes

        com.google.protobuf.ByteString getEsxVersionBytes()
         ESX version.
         
        string esx_version = 2;
        Returns:
        The bytes for esxVersion.
      • getOsid

        String getOsid()
         VMware os enum -
         https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
         
        string osid = 3;
        Returns:
        The osid.
      • getOsidBytes

        com.google.protobuf.ByteString getOsidBytes()
         VMware os enum -
         https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
         
        string osid = 3;
        Returns:
        The bytes for osid.
      • getVcenterFolder

        String getVcenterFolder()
         Folder name in vCenter where asset resides.
         
        string vcenter_folder = 4;
        Returns:
        The vcenterFolder.
      • getVcenterFolderBytes

        com.google.protobuf.ByteString getVcenterFolderBytes()
         Folder name in vCenter where asset resides.
         
        string vcenter_folder = 4;
        Returns:
        The bytes for vcenterFolder.
      • getVcenterUri

        String getVcenterUri()
         vCenter URI used in collection.
         
        string vcenter_uri = 5;
        Returns:
        The vcenterUri.
      • getVcenterUriBytes

        com.google.protobuf.ByteString getVcenterUriBytes()
         vCenter URI used in collection.
         
        string vcenter_uri = 5;
        Returns:
        The bytes for vcenterUri.
      • getVcenterVmId

        String getVcenterVmId()
         vCenter VM ID.
         
        string vcenter_vm_id = 6;
        Returns:
        The vcenterVmId.
      • getVcenterVmIdBytes

        com.google.protobuf.ByteString getVcenterVmIdBytes()
         vCenter VM ID.
         
        string vcenter_vm_id = 6;
        Returns:
        The bytes for vcenterVmId.