Class ServicesPatchDescription


  • public final class ServicesPatchDescription
    extends Object
    The description of the service.
    • Constructor Detail

      • ServicesPatchDescription

        public ServicesPatchDescription()
    • Method Detail

      • tags

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

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

        public PublicNetworkAccess publicNetworkAccess()
        Get the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
        Returns:
        the publicNetworkAccess value.
      • withPublicNetworkAccess

        public ServicesPatchDescription withPublicNetworkAccess​(PublicNetworkAccess publicNetworkAccess)
        Set the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
        Parameters:
        publicNetworkAccess - the publicNetworkAccess value to set.
        Returns:
        the ServicesPatchDescription object itself.
      • validate

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