Class: Google::Cloud::MigrationCenter::V1::GuestConfigDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#fstab::Google::Cloud::MigrationCenter::V1::FstabEntryList

Returns Mount list (Linux fstab).

Returns:



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).

Returns:



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).

Returns:

  • (::String)

    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.

Returns:



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