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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FstabEntryListgetFstab()Mount list (Linux fstab).FstabEntryListOrBuildergetFstabOrBuilder()Mount list (Linux fstab).HostsEntryListgetHosts()Hosts file (/etc/hosts).HostsEntryListOrBuildergetHostsOrBuilder()Hosts file (/etc/hosts).StringgetIssue()OS issue (typically /etc/issue in Linux).com.google.protobuf.ByteStringgetIssueBytes()OS issue (typically /etc/issue in Linux).NfsExportListgetNfsExports()NFS exports.NfsExportListOrBuildergetNfsExportsOrBuilder()NFS exports.GuestConfigDetails.SeLinuxModegetSelinuxMode()Security-Enhanced Linux (SELinux) mode.intgetSelinuxModeValue()Security-Enhanced Linux (SELinux) mode.booleanhasFstab()Mount list (Linux fstab).booleanhasHosts()Hosts file (/etc/hosts).booleanhasNfsExports()NFS exports.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-