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 FstabEntryList
getFstab()
Mount list (Linux fstab).FstabEntryListOrBuilder
getFstabOrBuilder()
Mount list (Linux fstab).HostsEntryList
getHosts()
Hosts file (/etc/hosts).HostsEntryListOrBuilder
getHostsOrBuilder()
Hosts file (/etc/hosts).String
getIssue()
OS issue (typically /etc/issue in Linux).com.google.protobuf.ByteString
getIssueBytes()
OS issue (typically /etc/issue in Linux).NfsExportList
getNfsExports()
NFS exports.NfsExportListOrBuilder
getNfsExportsOrBuilder()
NFS exports.GuestConfigDetails.SeLinuxMode
getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.int
getSelinuxModeValue()
Security-Enhanced Linux (SELinux) mode.boolean
hasFstab()
Mount list (Linux fstab).boolean
hasHosts()
Hosts file (/etc/hosts).boolean
hasNfsExports()
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.
-
-