Class AzureFileShareProtectableItem


  • public final class AzureFileShareProtectableItem
    extends WorkloadProtectableItem
    Protectable item for Azure Fileshare workloads.
    • Constructor Detail

      • AzureFileShareProtectableItem

        public AzureFileShareProtectableItem()
    • Method Detail

      • parentContainerFabricId

        public String parentContainerFabricId()
        Get the parentContainerFabricId property: Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.
        Returns:
        the parentContainerFabricId value.
      • withParentContainerFabricId

        public AzureFileShareProtectableItem withParentContainerFabricId​(String parentContainerFabricId)
        Set the parentContainerFabricId property: Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.
        Parameters:
        parentContainerFabricId - the parentContainerFabricId value to set.
        Returns:
        the AzureFileShareProtectableItem object itself.
      • parentContainerFriendlyName

        public String parentContainerFriendlyName()
        Get the parentContainerFriendlyName property: Friendly name of container to which this protectable item belongs.
        Returns:
        the parentContainerFriendlyName value.
      • withParentContainerFriendlyName

        public AzureFileShareProtectableItem withParentContainerFriendlyName​(String parentContainerFriendlyName)
        Set the parentContainerFriendlyName property: Friendly name of container to which this protectable item belongs.
        Parameters:
        parentContainerFriendlyName - the parentContainerFriendlyName value to set.
        Returns:
        the AzureFileShareProtectableItem object itself.
      • azureFileShareType

        public AzureFileShareType azureFileShareType()
        Get the azureFileShareType property: File Share type XSync or XSMB.
        Returns:
        the azureFileShareType value.
      • withAzureFileShareType

        public AzureFileShareProtectableItem withAzureFileShareType​(AzureFileShareType azureFileShareType)
        Set the azureFileShareType property: File Share type XSync or XSMB.
        Parameters:
        azureFileShareType - the azureFileShareType value to set.
        Returns:
        the AzureFileShareProtectableItem object itself.