In Mage Rcm Fabric Specific Details Response
data class InMageRcmFabricSpecificDetailsResponse(val agentDetails: List<AgentDetailsResponse>, val controlPlaneUri: String, val dataPlaneUri: String, val dras: List<DraDetailsResponse>, val instanceType: String, val physicalSiteId: String, val processServers: List<ProcessServerDetailsResponse>, val pushInstallers: List<PushInstallerDetailsResponse>, val rcmProxies: List<RcmProxyDetailsResponse>, val replicationAgents: List<ReplicationAgentDetailsResponse>, val reprotectAgents: List<ReprotectAgentDetailsResponse>, val serviceContainerId: String, val serviceEndpoint: String, val serviceResourceId: String, val vmwareSiteId: String)
InMageRcm fabric specific details.
Constructors
Link copied to clipboard
constructor(agentDetails: List<AgentDetailsResponse>, controlPlaneUri: String, dataPlaneUri: String, dras: List<DraDetailsResponse>, instanceType: String, physicalSiteId: String, processServers: List<ProcessServerDetailsResponse>, pushInstallers: List<PushInstallerDetailsResponse>, rcmProxies: List<RcmProxyDetailsResponse>, replicationAgents: List<ReplicationAgentDetailsResponse>, reprotectAgents: List<ReprotectAgentDetailsResponse>, serviceContainerId: String, serviceEndpoint: String, serviceResourceId: String, vmwareSiteId: String)
Properties
Link copied to clipboard
The list of agent details.
Link copied to clipboard
The control plane Uri.
Link copied to clipboard
The data plane Uri.
Link copied to clipboard
The list of DRAs.
Link copied to clipboard
Gets the class type. Overridden in derived classes. Expected value is 'InMageRcm'.
Link copied to clipboard
The ARM Id of the physical site.
Link copied to clipboard
The list of process servers.
Link copied to clipboard
The list of push installers.
Link copied to clipboard
The list of RCM proxies.
Link copied to clipboard
The list of replication agents.
Link copied to clipboard
The list of reprotect agents.
Link copied to clipboard
The service container Id.
Link copied to clipboard
The service endpoint.
Link copied to clipboard
The service resource Id.
Link copied to clipboard
The ARM Id of the VMware site.