Package version:

InMageRcm appliance details.

interface InMageRcmApplianceDetails {
    dra?: DraDetails;
    fabricArmId?: string;
    id?: string;
    marsAgent?: MarsAgentDetails;
    name?: string;
    processServer?: ProcessServerDetails;
    pushInstaller?: PushInstallerDetails;
    rcmProxy?: RcmProxyDetails;
    replicationAgent?: ReplicationAgentDetails;
    reprotectAgent?: ReprotectAgentDetails;
    switchProviderBlockingErrorDetails?: InMageRcmFabricSwitchProviderBlockingErrorDetails[];
}

Properties

The DRA. NOTE: This property will not be serialized. It can only be populated by the server.

fabricArmId?: string

The fabric ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The appliance Id. NOTE: This property will not be serialized. It can only be populated by the server.

marsAgent?: MarsAgentDetails

The Mars agent. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The appliance name. NOTE: This property will not be serialized. It can only be populated by the server.

processServer?: ProcessServerDetails

The process server. NOTE: This property will not be serialized. It can only be populated by the server.

pushInstaller?: PushInstallerDetails

The push installer. NOTE: This property will not be serialized. It can only be populated by the server.

rcmProxy?: RcmProxyDetails

The of RCM proxy. NOTE: This property will not be serialized. It can only be populated by the server.

replicationAgent?: ReplicationAgentDetails

The replication agent. NOTE: This property will not be serialized. It can only be populated by the server.

reprotectAgent?: ReprotectAgentDetails

The reprotect agent. NOTE: This property will not be serialized. It can only be populated by the server.

switchProviderBlockingErrorDetails?: InMageRcmFabricSwitchProviderBlockingErrorDetails[]

The switch provider blocking error information. NOTE: This property will not be serialized. It can only be populated by the server.