Class ArcSettingsPatch


  • public final class ArcSettingsPatch
    extends Object
    ArcSetting details to update.
    • Constructor Detail

      • ArcSettingsPatch

        public ArcSettingsPatch()
    • Method Detail

      • tags

        public Map<String,​String> tags()
        Get the tags property: Resource tags.
        Returns:
        the tags value.
      • withTags

        public ArcSettingsPatch withTags​(Map<String,​String> tags)
        Set the tags property: Resource tags.
        Parameters:
        tags - the tags value to set.
        Returns:
        the ArcSettingsPatch object itself.
      • connectivityProperties

        public Object connectivityProperties()
        Get the connectivityProperties property: contains connectivity related configuration for ARC resources.
        Returns:
        the connectivityProperties value.
      • withConnectivityProperties

        public ArcSettingsPatch withConnectivityProperties​(Object connectivityProperties)
        Set the connectivityProperties property: contains connectivity related configuration for ARC resources.
        Parameters:
        connectivityProperties - the connectivityProperties value to set.
        Returns:
        the ArcSettingsPatch object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.