class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::HostEntity
Represents a host entity.
Attributes
@return A bag of custom fields that should be part of the entity and will be presented to the user.
@return [String] The azure resource id of the VM.
@return [String] The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain
@return [String] The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
@return [String] The hostname without the domain suffix.
@return [Boolean] Determines whether this host belongs to a domain.
@return [String] The host name (pre-windows2000).
@return [String] The NT domain that this host belongs to.
@return [String] The OMS agent id, if the host has OMS agent installed.
@return [OSFamily] The operating system type. Possible values include: 'Linux', 'Windows', 'Android', 'IOS'
Public Class Methods
Mapper for HostEntity
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/host_entity.rb, line 67 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Host', type: { name: 'Composite', class_name: 'HostEntity', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', type: { name: 'String' } }, additional_data: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.additionalData', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, friendly_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.friendlyName', type: { name: 'String' } }, azure_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.azureID', type: { name: 'String' } }, dns_domain: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.dnsDomain', type: { name: 'String' } }, host_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostName', type: { name: 'String' } }, is_domain_joined: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDomainJoined', type: { name: 'Boolean' } }, net_bios_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.netBiosName', type: { name: 'String' } }, nt_domain: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.ntDomain', type: { name: 'String' } }, oms_agent_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.omsAgentID', type: { name: 'String' } }, os_family: { client_side_validation: true, required: false, serialized_name: 'properties.osFamily', type: { name: 'Enum', module: 'OSFamily' } }, os_version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.osVersion', type: { name: 'String' } } } } } end
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/host_entity.rb, line 16 def initialize @kind = "Host" end