Class CsmMoveResourceEnvelope


  • public class CsmMoveResourceEnvelope
    extends Object
    Object with a list of the resources that need to be moved and the resource group they should be moved to.
    • Constructor Detail

      • CsmMoveResourceEnvelope

        public CsmMoveResourceEnvelope()
    • Method Detail

      • targetResourceGroup

        public String targetResourceGroup()
        Get the targetResourceGroup value.
        Returns:
        the targetResourceGroup value
      • withTargetResourceGroup

        public CsmMoveResourceEnvelope withTargetResourceGroup​(String targetResourceGroup)
        Set the targetResourceGroup value.
        Parameters:
        targetResourceGroup - the targetResourceGroup value to set
        Returns:
        the CsmMoveResourceEnvelope object itself.
      • resources

        public List<String> resources()
        Get the resources value.
        Returns:
        the resources value
      • withResources

        public CsmMoveResourceEnvelope withResources​(List<String> resources)
        Set the resources value.
        Parameters:
        resources - the resources value to set
        Returns:
        the CsmMoveResourceEnvelope object itself.