Class GuestConfigDetails (0.1.6)

GuestConfigDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Guest OS config information.

Attributes

NameDescription
issue str
OS issue (typically /etc/issue in Linux).
fstab google.cloud.migrationcenter_v1.types.FstabEntryList
Mount list (Linux fstab).
hosts google.cloud.migrationcenter_v1.types.HostsEntryList
Hosts file (/etc/hosts).
nfs_exports google.cloud.migrationcenter_v1.types.NfsExportList
NFS exports.
selinux_mode google.cloud.migrationcenter_v1.types.GuestConfigDetails.SeLinuxMode
Security-Enhanced Linux (SELinux) mode.

Classes

SeLinuxMode

SeLinuxMode(value)

Security-Enhanced Linux (SELinux) mode.

Values: SE_LINUX_MODE_UNSPECIFIED (0): SELinux mode unknown or unspecified. SE_LINUX_MODE_DISABLED (1): SELinux is disabled. SE_LINUX_MODE_PERMISSIVE (2): SELinux permissive mode. SE_LINUX_MODE_ENFORCING (3): SELinux enforcing mode.