Interface ListSolNetworkOperationsMetadata.Builder

    • Method Detail

      • createdAt

        ListSolNetworkOperationsMetadata.Builder createdAt​(Instant createdAt)

        The date that the resource was created.

        Parameters:
        createdAt - The date that the resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModified

        ListSolNetworkOperationsMetadata.Builder lastModified​(Instant lastModified)

        The date that the resource was last modified.

        Parameters:
        lastModified - The date that the resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nsdInfoId

        ListSolNetworkOperationsMetadata.Builder nsdInfoId​(String nsdInfoId)

        The network service descriptor id used for the operation.

        Only present if the updateType is UPDATE_NS.

        Parameters:
        nsdInfoId - The network service descriptor id used for the operation.

        Only present if the updateType is UPDATE_NS.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vnfInstanceId

        ListSolNetworkOperationsMetadata.Builder vnfInstanceId​(String vnfInstanceId)

        The network function id used for the operation.

        Only present if the updateType is MODIFY_VNF_INFO.

        Parameters:
        vnfInstanceId - The network function id used for the operation.

        Only present if the updateType is MODIFY_VNF_INFO.

        Returns:
        Returns a reference to this object so that method calls can be chained together.