IHciReportedProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciReportedPropertiesTypeConverter))]
public interface IHciReportedProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IReportedProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciReportedPropertiesTypeConverter))>]
type IHciReportedProperties = interface
interface IJsonSerializable
interface IReportedProperties
Public Interface IHciReportedProperties
Implements IReportedProperties
- Derived
- Attributes
- Implements
Properties
DeviceState |
edge device state. (Inherited from IReportedProperties) |
ExtensionProfileExtension |
List of Arc extensions installed on edge device. (Inherited from IReportedProperties) |
HostNetworkEnableStorageAutoIP |
Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. |
HostNetworkIntent |
The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM. |
HostNetworkStorageConnectivitySwitchless |
Defines how the storage adapters between nodes are connected either switch or switch less. |
HostNetworkStorageNetwork |
List of StorageNetworks config to deploy AzureStackHCI Cluster. |
NetworkProfileNicDetail |
List of NIC Details of device. |
NetworkProfileSwitchDetail |
List of switch details for edge device. |
OSProfileAssemblyVersion |
Version of assembly present on device |
OSProfileBootType |
The boot type of the device. e.g. UEFI, Legacy etc |
SbeDeploymentPackageInfoCode |
SBE deployment validation code. |
SbeDeploymentPackageInfoMessage |
A detailed message that explains the SBE package validation result. |
SbeDeploymentPackageInfoSbeManifest |
This represents discovered update results for matching updates and store it as SBE manifest. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |