MccCacheNodeAdditionalProperties Class
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.
Model representing cache node for connected cache resource.
public class MccCacheNodeAdditionalProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAdditionalProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAdditionalProperties>
type MccCacheNodeAdditionalProperties = class
interface IJsonModel<MccCacheNodeAdditionalProperties>
interface IPersistableModel<MccCacheNodeAdditionalProperties>
Public Class MccCacheNodeAdditionalProperties
Implements IJsonModel(Of MccCacheNodeAdditionalProperties), IPersistableModel(Of MccCacheNodeAdditionalProperties)
- Inheritance
-
MccCacheNodeAdditionalProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MccCacheNodeAdditionalProperties() |
Initializes a new instance of MccCacheNodeAdditionalProperties. |
Properties
| Name | Description |
|---|---|
| AggregatedStatusCode |
Cache node resource aggregated status code. |
| AggregatedStatusDetails |
Cache node resource aggregated status details. |
| AggregatedStatusText |
Cache node resource aggregated status text. |
| AppVersionWsl |
Version of the Windows Subsystem for Linux application version used to run the cache node on the Windows host machine. |
| AutoUpdateAppliedVersion |
Auto update version that is the applied to update on mcc cache node. |
| AutoUpdateLastAppliedDetails |
Auto Update status details from the backend after applying the new version details. |
| AutoUpdateLastAppliedOn |
Auto update last applied date time of mcc install. |
| AutoUpdateLastAppliedState |
Last applied auto update state for mcc install of auto update cycle. |
| AutoUpdateLastTriggeredOn |
Auto update last triggered date time of mcc install. |
| AutoUpdateNextAvailableOn |
Auto update last applied date time of mcc install. |
| AutoUpdateNextAvailableVersion |
Auto update version that is the Next available version to update on mcc cache node. |
| AutoUpdateVersion |
Auto update or fast update version. |
| BgpAsnToIPAddressMapping |
Asn to ip address mapping. |
| CacheNodePropertiesDetailsIssuesList |
issues list to return the issues as part of the additional cache node properties. |
| CacheNodeState |
Cache node resource state as integer. |
| CacheNodeStateDetailedText |
Cache node resource detailed state text. |
| CacheNodeStateShortText |
Cache node resource short state text. |
| ContainerOSBuild |
Operating system build of the container used to run the cache node. |
| ContainerOSEdition |
Operating system edition of container used to run the cache node. |
| ContainerOSVersion |
Operating system version of the container used to run the cache node. |
| CreationMethod |
Resource creation method of mcc cache node resource, cli or portal. |
| CurrentTlsCertificate |
cache node current tls certificate. |
| DistroOSBuildWsl |
Operating system build of the WSL Linux distribution used to run the cache node on Windows host machines. |
| DistroOSEditionWsl |
Operating system edition of the WSL Linux distribution used to run the cache node on Windows host machines. |
| DistroOSVersionWsl |
Operating system version of the WSL Linux distribution used to run the cache node on Windows host machines. |
| DriveConfiguration |
Cache node resource drive configurations. |
| HostOSBuild |
Operating system build of the cache node host machine. |
| HostOSEdition |
Operating system edition of the cache node host machine. |
| HostOSVersion |
Operating system version of the cache node host machine. |
| InstallVersionMsix |
Version of the Windows deployment application used to deploy the cache node. |
| InstallVersionScript |
Version of the installation scripts used to deploy the cache node. |
| IsProvisioned |
Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab. |
| IsProxyRequired |
Cache node resource requires a proxy. |
| IssuesCount |
Number of cache node issues. |
| IssuesList |
current cache node issue list. |
| LastAutoUpdateInfo |
cache node last auto update information. |
| OptionalProperty1 |
Optional property #1 of Mcc response object. |
| OptionalProperty2 |
Optional property #2 of Mcc response object. |
| OptionalProperty3 |
Optional property #3 of Mcc response object. |
| OptionalProperty4 |
Optional property #4 of Mcc response object. |
| OptionalProperty5 |
Optional property #5 of Mcc response object. |
| OSType |
Operating system of the cache node. |
| ProductVersion |
Cache node resource Mcc product version. |
| ProxyUri |
Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name |
| TlsStatus |
Cache node tls certificate status. |
| UpdateInfoDetails |
Update related information details. |
| UpdateRequestedOn |
customer requested date time for mcc install of update cycle. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<MccCacheNodeAdditionalProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MccCacheNodeAdditionalProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MccCacheNodeAdditionalProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MccCacheNodeAdditionalProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MccCacheNodeAdditionalProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |