Module Values.CreateSolNetworkInstanceInputSource

Creates a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Creating a network instance is the third step after creating a network package. For more information about network instances, Network instances in the Amazon Web Services Telco Network Builder User Guide. Once you create a network instance, you can instantiate it. To instantiate a network, see InstantiateSolNetworkInstance.

Sourcetype nonrec t = {
  1. nsDescription : CreateSolNetworkInstanceInputNsDescriptionString.t option;
    (*

    Network instance description.

    *)
  2. nsName : CreateSolNetworkInstanceInputNsNameString.t;
    (*

    Network instance name.

    *)
  3. nsdInfoId : NsdInfoId.t;
    (*

    ID for network service descriptor.

    *)
  4. tags : TagMap.t option;
    (*

    A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

    *)
}
Sourceval context_ : string
Sourceval make : ?nsDescription:??? -> ?tags:??? -> nsName:CreateSolNetworkInstanceInputNsNameString.t -> nsdInfoId:NsdInfoId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of CreateSolNetworkInstanceInputNsDescriptionString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t