INPUT_OBJECT
PolicyNetworkResourceMutationDataInput
link GraphQL Schema definition
- input PolicyNetworkResourceMutationDataInput {
- : String
- : String
- : Boolean
- # Remove specified addresses from the network resource if present.
- : [mapEntry_String_list_String_input]
- : String
- # Replace all associated addresses with those specified for each island in the
- # topology.
- : [mapEntry_String_list_String_input]
- : Int
- # Add specified addresses for each island specified
- : [mapEntry_String_list_String_input]
- }