public interface GuestConfigDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssue()
OS issue (typically /etc/issue in Linux).
string issue = 1;com.google.protobuf.ByteString getIssueBytes()
OS issue (typically /etc/issue in Linux).
string issue = 1;boolean hasFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;FstabEntryList getFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;FstabEntryListOrBuilder getFstabOrBuilder()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;boolean hasHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;HostsEntryList getHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;HostsEntryListOrBuilder getHostsOrBuilder()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;boolean hasNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;NfsExportList getNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;NfsExportListOrBuilder getNfsExportsOrBuilder()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;int getSelinuxModeValue()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;GuestConfigDetails.SeLinuxMode getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;Copyright © 2024 Google LLC. All rights reserved.