Package version:

InMageRcm fabric specific details.

interface InMageRcmFabricSpecificDetails {
    agentDetails?: AgentDetails[];
    controlPlaneUri?: string;
    dataPlaneUri?: string;
    dras?: DraDetails[];
    instanceType: "InMageRcm";
    marsAgents?: MarsAgentDetails[];
    physicalSiteId?: string;
    processServers?: ProcessServerDetails[];
    pushInstallers?: PushInstallerDetails[];
    rcmProxies?: RcmProxyDetails[];
    replicationAgents?: ReplicationAgentDetails[];
    reprotectAgents?: ReprotectAgentDetails[];
    serviceContainerId?: string;
    serviceEndpoint?: string;
    serviceResourceId?: string;
    sourceAgentIdentityDetails?: IdentityProviderDetails;
    vmwareSiteId?: string;
}

Hierarchy (view full)

Properties

agentDetails?: AgentDetails[]

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

controlPlaneUri?: string

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

dataPlaneUri?: string

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

dras?: DraDetails[]

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

instanceType

Polymorphic discriminator, which specifies the different types this object can be

marsAgents?: MarsAgentDetails[]

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

physicalSiteId?: string

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

processServers?: ProcessServerDetails[]

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

pushInstallers?: PushInstallerDetails[]

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

rcmProxies?: RcmProxyDetails[]

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

replicationAgents?: ReplicationAgentDetails[]

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

reprotectAgents?: ReprotectAgentDetails[]

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

serviceContainerId?: string

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

serviceEndpoint?: string

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

serviceResourceId?: string

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

sourceAgentIdentityDetails?: IdentityProviderDetails

The source agent identity details.

vmwareSiteId?: string

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