Class: Google::Cloud::MigrationCenter::V1::GuestConfigDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GuestConfigDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Guest OS config information.
Defined Under Namespace
Modules: SeLinuxMode
Instance Attribute Summary collapse
-
#fstab ⇒ ::Google::Cloud::MigrationCenter::V1::FstabEntryList
Mount list (Linux fstab).
-
#hosts ⇒ ::Google::Cloud::MigrationCenter::V1::HostsEntryList
Hosts file (/etc/hosts).
-
#issue ⇒ ::String
OS issue (typically /etc/issue in Linux).
-
#nfs_exports ⇒ ::Google::Cloud::MigrationCenter::V1::NfsExportList
NFS exports.
-
#selinux_mode ⇒ ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode
Security-Enhanced Linux (SELinux) mode.
Instance Attribute Details
#fstab ⇒ ::Google::Cloud::MigrationCenter::V1::FstabEntryList
Returns Mount list (Linux fstab).
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2259 class GuestConfigDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Security-Enhanced Linux (SELinux) mode. module SeLinuxMode # SELinux mode unknown or unspecified. SE_LINUX_MODE_UNSPECIFIED = 0 # SELinux is disabled. SE_LINUX_MODE_DISABLED = 1 # SELinux permissive mode. SE_LINUX_MODE_PERMISSIVE = 2 # SELinux enforcing mode. SE_LINUX_MODE_ENFORCING = 3 end end |
#hosts ⇒ ::Google::Cloud::MigrationCenter::V1::HostsEntryList
Returns Hosts file (/etc/hosts).
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2259 class GuestConfigDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Security-Enhanced Linux (SELinux) mode. module SeLinuxMode # SELinux mode unknown or unspecified. SE_LINUX_MODE_UNSPECIFIED = 0 # SELinux is disabled. SE_LINUX_MODE_DISABLED = 1 # SELinux permissive mode. SE_LINUX_MODE_PERMISSIVE = 2 # SELinux enforcing mode. SE_LINUX_MODE_ENFORCING = 3 end end |
#issue ⇒ ::String
Returns OS issue (typically /etc/issue in Linux).
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2259 class GuestConfigDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Security-Enhanced Linux (SELinux) mode. module SeLinuxMode # SELinux mode unknown or unspecified. SE_LINUX_MODE_UNSPECIFIED = 0 # SELinux is disabled. SE_LINUX_MODE_DISABLED = 1 # SELinux permissive mode. SE_LINUX_MODE_PERMISSIVE = 2 # SELinux enforcing mode. SE_LINUX_MODE_ENFORCING = 3 end end |
#nfs_exports ⇒ ::Google::Cloud::MigrationCenter::V1::NfsExportList
Returns NFS exports.
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2259 class GuestConfigDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Security-Enhanced Linux (SELinux) mode. module SeLinuxMode # SELinux mode unknown or unspecified. SE_LINUX_MODE_UNSPECIFIED = 0 # SELinux is disabled. SE_LINUX_MODE_DISABLED = 1 # SELinux permissive mode. SE_LINUX_MODE_PERMISSIVE = 2 # SELinux enforcing mode. SE_LINUX_MODE_ENFORCING = 3 end end |
#selinux_mode ⇒ ::Google::Cloud::MigrationCenter::V1::GuestConfigDetails::SeLinuxMode
Returns Security-Enhanced Linux (SELinux) mode.
2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2259 class GuestConfigDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Security-Enhanced Linux (SELinux) mode. module SeLinuxMode # SELinux mode unknown or unspecified. SE_LINUX_MODE_UNSPECIFIED = 0 # SELinux is disabled. SE_LINUX_MODE_DISABLED = 1 # SELinux permissive mode. SE_LINUX_MODE_PERMISSIVE = 2 # SELinux enforcing mode. SE_LINUX_MODE_ENFORCING = 3 end end |