Commit 1ccb7bc0 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix identation in AppGrant API

parent abca2e51
Loading
Loading
Loading
Loading
Loading
+41 −10
Original line number Diff line number Diff line
@@ -170,7 +170,9 @@ components:
          type: string
          items:
            $ref: "#/components/schemas/IpOverEthernetAddressData"
          description: Network address data for IP over Ethernet to assign to the extCP instance. Shall be present if layerProtocol is equal to "IP_OVER_ETHERNET", and shall be absent otherwise.
          description: | 
            Network address data for IP over Ethernet to assign to the extCP instance. Shall be present
            if layerProtocol is equal to "IP_OVER_ETHERNET", and shall be absent otherwise.
        layerProtocol:
          type: string
          items:
@@ -245,7 +247,9 @@ components:
          description: The identifier of the application lifecycle management operation occurrence associated to the Grant.
        vimConnections:
          type: array
          description: Provides information regarding VIM connections that are approved to be used by the MEPM to allocate resources, and provides parameters of these VIM connections.See note 1.
          description: | 
            Provides information regarding VIM connections that are approved to be used by the MEPM to
            allocate resources, and provides parameters of these VIM connections.See note 1.
          items:
            $ref: "#/components/schemas/VimConnectionInfo"
        zones:
@@ -341,17 +345,31 @@ components:
          description: Identifier of the related "ResourceDefinition" structure from the related "GrantRequest" structure.
        resourceGroupId:
          type: string
          description: Identifier of the "infrastructure resource group", logical grouping of virtual resources assigned to a tenant within an Infrastructure Domain, to be provided when allocating the resource.If the VIM connection referenced by "vimConnectionId" applies to multiple infrastructure resource groups, this attribute shall be present for new resources.If the VIM connection referenced by "vimConnectionId" applies to a single infrastructure resource group, this attribute may be present for new resources. This attribute shall be absent for resources that have already been allocated.
          description: | 
            Identifier of the "infrastructure resource group", logical grouping of virtual resources assigned
            to a tenant within an Infrastructure Domain, to be provided when allocating the resource.If the
            VIM connection referenced by "vimConnectionId" applies to multiple infrastructure resource groups,
            this attribute shall be present for new resources.If the VIM connection referenced by "vimConnectionId"
            applies to a single infrastructure resource group, this attribute may be present for new resources.
            This attribute shall be absent for resources that have already been allocated.
        vimConnectionId:
          type: string
          description: Identifier of the VIM connection to be used to manage this resource. Shall be present for new resources, and shall be absent for resources that have already been allocated.
          description: | 
            Identifier of the VIM connection to be used to manage this resource. Shall be present for new
            resources, and shall be absent for resources that have already been allocated.
        zoneId:
          type: string
          description: Reference to the identifier of the "ZoneInfo" structure in the "Grant" structure defining the resource zone into which this resource is to be placed. Shall be present for new resources if the zones concept is applicable to them (typically, Compute resources), and shall be absent for resources that have already been allocated.
          description: |
            Reference to the identifier of the "ZoneInfo" structure in the "Grant" structure defining
            the resource zone into which this resource is to be placed. Shall be present for new resources
            if the zones concept is applicable to them (typically, Compute resources), and shall be absent
            for resources that have already been allocated.
        containerNamespace:
          type: string
          description: >
            The value of the namespace in which the MCIOs of an application with containerized components shall be deployed. This attribute shall be present if the granted resources are managed by a CISM. The attribute shall be absent if the granted resources are not managed by a CISM. See note.
            The value of the namespace in which the MCIOs of an application with containerized components
            shall be deployed. This attribute shall be present if the granted resources are managed by a CISM.
            The attribute shall be absent if the granted resources are not managed by a CISM. See note.
        mcioConstraints:
          type: array
          items:
@@ -648,7 +666,10 @@ components:
          type: object
          items:
            $ref: "#/components/schemas/KeyValuePair"
          description: "'This data type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key-value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259'"
          description: | 
            "'This data type represents a list of key-value pairs. The order of the pairs in the list
            is not significant. In JSON, a set of key-value pairs is represented as an object. It shall
            comply with the provisions defined in clause 4 of IETF RFC 8259'"
        id:
          type: string
          description: The identifier of the VIM Connection. This identifier is managed by the MEO.
@@ -656,13 +677,23 @@ components:
          type: object
          items:
            $ref: "#/components/schemas/KeyValuePair"
          description: "'This data type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key-value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259'"
          description: | 
            "'This data type represents a list of key-value pairs. The order of the pairs in the list
            is not significant. In JSON, a set of key-value pairs is represented as an object. It shall
            comply with the provisions defined in clause 4 of IETF RFC 8259'"
        vimId:
          type: string
          description: The identifier of the VIM instance. This identifier is managed by the MEO.Shall be present to address additional information about the VIM if such information has been configured into the MEPM by means outside the scope of the present document, and should be absent otherwise.
          description: | 
            The identifier of the VIM instance. This identifier is managed by the MEO.Shall be present to
            address additional information about the VIM if such information has been configured into the
            MEPM by means outside the scope of the present document, and should be absent otherwise.
        vimType:
          type: string
          description: Discriminator for the different types of the VIM information. The value of this attribute determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the type of the VIM.The set of permitted values is expected to change over time as new types or versions of VIMs become available.
          description: | 
            Discriminator for the different types of the VIM information. The value of this attribute
            determines the structure of the "interfaceInfo" and "accessInfo" attributes, based on the type
            of the VIM.The set of permitted values is expected to change over time as new types or versions
            of VIMs become available.

    VimSoftwareImage:
      title: VimSoftwareImage