Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GuestConfigDetails.
Guest OS config information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fstab
def fstab() -> ::Google::Cloud::MigrationCenter::V1::FstabEntryList
Returns
- (::Google::Cloud::MigrationCenter::V1::FstabEntryList) — Mount list (Linux fstab).
#fstab=
def fstab=(value) -> ::Google::Cloud::MigrationCenter::V1::FstabEntryList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::FstabEntryList) — Mount list (Linux fstab).
Returns
- (::Google::Cloud::MigrationCenter::V1::FstabEntryList) — Mount list (Linux fstab).
#hosts
def hosts() -> ::Google::Cloud::MigrationCenter::V1::HostsEntryList
Returns
- (::Google::Cloud::MigrationCenter::V1::HostsEntryList) — Hosts file (/etc/hosts).
#hosts=
def hosts=(value) -> ::Google::Cloud::MigrationCenter::V1::HostsEntryList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::HostsEntryList) — Hosts file (/etc/hosts).
Returns
- (::Google::Cloud::MigrationCenter::V1::HostsEntryList) — Hosts file (/etc/hosts).
#issue
def issue() -> ::String
Returns
- (::String) — OS issue (typically /etc/issue in Linux).
#issue=
def issue=(value) -> ::String
Parameter
- value (::String) — OS issue (typically /etc/issue in Linux).
Returns
- (::String) — OS issue (typically /etc/issue in Linux).
#nfs_exports
def nfs_exports() -> ::Google::Cloud::MigrationCenter::V1::NfsExportList
Returns
- (::Google::Cloud::MigrationCenter::V1::NfsExportList) — NFS exports.
#nfs_exports=
def nfs_exports=(value) -> ::Google::Cloud::MigrationCenter::V1::NfsExportList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::NfsExportList) — NFS exports.
Returns
- (::Google::Cloud::MigrationCenter::V1::NfsExportList) — NFS exports.
#selinux_mode
def selinux_mode() -> ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode) — Security-Enhanced Linux (SELinux) mode.
#selinux_mode=
def selinux_mode=(value) -> ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode
Parameter
- value (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode) — Security-Enhanced Linux (SELinux) mode.
Returns
- (::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode) — Security-Enhanced Linux (SELinux) mode.