Interface GuestConfigDetailsOrBuilder

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

    public interface GuestConfigDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getIssue

        String getIssue()
         OS issue (typically /etc/issue in Linux).
         
        string issue = 1;
        Returns:
        The issue.
      • getIssueBytes

        com.google.protobuf.ByteString getIssueBytes()
         OS issue (typically /etc/issue in Linux).
         
        string issue = 1;
        Returns:
        The bytes for issue.
      • hasFstab

        boolean hasFstab()
         Mount list (Linux fstab).
         
        .google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
        Returns:
        Whether the fstab field is set.
      • getFstab

        FstabEntryList getFstab()
         Mount list (Linux fstab).
         
        .google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
        Returns:
        The fstab.
      • getFstabOrBuilder

        FstabEntryListOrBuilder getFstabOrBuilder()
         Mount list (Linux fstab).
         
        .google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
      • hasHosts

        boolean hasHosts()
         Hosts file (/etc/hosts).
         
        .google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
        Returns:
        Whether the hosts field is set.
      • getHosts

        HostsEntryList getHosts()
         Hosts file (/etc/hosts).
         
        .google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
        Returns:
        The hosts.
      • getHostsOrBuilder

        HostsEntryListOrBuilder getHostsOrBuilder()
         Hosts file (/etc/hosts).
         
        .google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
      • hasNfsExports

        boolean hasNfsExports()
         NFS exports.
         
        .google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
        Returns:
        Whether the nfsExports field is set.
      • getNfsExports

        NfsExportList getNfsExports()
         NFS exports.
         
        .google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
        Returns:
        The nfsExports.
      • getNfsExportsOrBuilder

        NfsExportListOrBuilder getNfsExportsOrBuilder()
         NFS exports.
         
        .google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
      • getSelinuxModeValue

        int getSelinuxModeValue()
         Security-Enhanced Linux (SELinux) mode.
         
        .google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;
        Returns:
        The enum numeric value on the wire for selinuxMode.
      • getSelinuxMode

        GuestConfigDetails.SeLinuxMode getSelinuxMode()
         Security-Enhanced Linux (SELinux) mode.
         
        .google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;
        Returns:
        The selinuxMode.