Class ApplicationVipSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • cloudVmClusterId

        public ApplicationVipSummary.Builder cloudVmClusterId​(String cloudVmClusterId)
        The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
        Parameters:
        cloudVmClusterId - the value to set
        Returns:
        this builder
      • subnetId

        public ApplicationVipSummary.Builder subnetId​(String subnetId)
        The OCID of the subnet associated with the application virtual IP (VIP) address.
        Parameters:
        subnetId - the value to set
        Returns:
        this builder
      • ipAddress

        public ApplicationVipSummary.Builder ipAddress​(String ipAddress)
        The application virtual IP (VIP) IPv4 address.
        Parameters:
        ipAddress - the value to set
        Returns:
        this builder
      • ipv6Address

        public ApplicationVipSummary.Builder ipv6Address​(String ipv6Address)
        The application virtual IP (VIP) IPv6 address.
        Parameters:
        ipv6Address - the value to set
        Returns:
        this builder
      • hostnameLabel

        public ApplicationVipSummary.Builder hostnameLabel​(String hostnameLabel)
        The hostname of the application virtual IP (VIP) address.
        Parameters:
        hostnameLabel - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ApplicationVipSummary.Builder lifecycleDetails​(String lifecycleDetails)
        Additional information about the current lifecycle state of the application virtual IP (VIP) address.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • timeAssigned

        public ApplicationVipSummary.Builder timeAssigned​(Date timeAssigned)
        The date and time when the create operation for the application virtual IP (VIP) address completed.
        Parameters:
        timeAssigned - the value to set
        Returns:
        this builder
      • freeformTags

        public ApplicationVipSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        Example: {"Department": "Finance"}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder