Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestFailoverJobDetails

Package version

interface

An interface representing TestFailoverJobDetails. This class represents the details for a test failover job.

Hierarchy

  • TestFailoverJobDetails

Index

Properties

Optional affectedObjectDetails

affectedObjectDetails: undefined | object
member

{{ [propertyName: string]: string }} [affectedObjectDetails] The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

Optional comments

comments: undefined | string
member

{string} [comments] The test failover comments.

instanceType

instanceType: "TestFailoverJobDetails"
member

{string} instanceType Polymorphic Discriminator

Optional networkFriendlyName

networkFriendlyName: undefined | string
member

{string} [networkFriendlyName] The test network friendly name.

Optional networkName

networkName: undefined | string
member

{string} [networkName] The test network name.

Optional networkType

networkType: undefined | string
member

{string} [networkType] The test network type (see TestFailoverInput enum for possible values).

Optional protectedItemDetails

member

{FailoverReplicationProtectedItemDetails[]} [protectedItemDetails] The test VM details.

Optional testFailoverStatus

testFailoverStatus: undefined | string
member

{string} [testFailoverStatus] The test failover status.

Generated using TypeDoc