Skip to content

Commit

Permalink
Readme doc update with new features (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
somashekhar authored Jul 21, 2021
1 parent c2abe12 commit 9e711a1
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This library is compatible with Go 1.2+
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [![Build Status](https://travis-ci.org/infobloxopen/infoblox-go-client.svg?branch=master)](https://travis-ci.org/infobloxopen/infoblox-go-client) | [![Build Status](https://travis-ci.org/infobloxopen/infoblox-go-client.svg?branch=develop)](https://travis-ci.org/infobloxopen/infoblox-go-client) |

The newly developed features will be available under `develop` branch. After validation they would be merged to `master`.

## Prerequisites
* Infoblox GRID with 2.5 or above WAPI support
Expand Down Expand Up @@ -59,6 +60,7 @@ This library is compatible with Go 1.2+
* AllocateIP
* AllocateNetwork
* CreateARecord
* CreateAAAARecord
* CreateZoneAuth
* CreateCNAMERecord
* CreateDefaultNetviews
Expand All @@ -68,35 +70,57 @@ This library is compatible with Go 1.2+
* CreateNetworkContainer
* CreateNetworkView
* CreatePTRRecord
* CreateTXTRecord
* CreateZoneDelegated
* DeleteARecord
* DeleteAAAARecord
* DeleteZoneAuth
* DeleteCNAMERecord
* DeleteFixedAddress
* DeleteHostRecord
* DeleteNetwork
* DeleteNetworkView
* DeletePTRRecord
* DeleteTXTRecord
* DeleteZoneDelegated
* GetAllMembers
* GetARecordByRef
* GetARecord
* GetAAAARecordByRef
* GetAAAARecord
* GetCapacityReport
* GetCNAMERecordByRef
* GetCNAMERecord
* GetEADefinition
* GetFixedAddress
* GetFixedAddressByRef
* GetHostRecord
* GetHostRecordByRef
* GetIpAddressFromHostRecord
* GetNetwork
* GetNetworkByRef
* GetNetworkContainer
* GetNetworkContainerByRef
* GetNetworkView
* GetNetworkViewByRef
* GetPTRRecordByRef
* GetUpgradeStatus (2.7 or above)
* GetPTRRecord
* GetZoneAuthByRef
* GetZoneDelegated
* GetUpgradeStatus (2.7 or above)
* GetAllMembers
* GetGridInfo
* GetGridLicense
* ReleaseIP
* UpdateAAAARecord
* UpdateCNAMERecord
* UpdateFixedAddress
* UpdateHostRecord
* UpdateNetworkViewEA
* UpdateNetwork
* UpdateNetworkContainer
* UpdateNetworkView
* UpdatePTRRecord
* UpdateARecord
* UpdateCNAMERecord
* UpdateZoneDelegated


The newly developed features will be available under `develop` branch. After validation they would be merged to `master`.

0 comments on commit 9e711a1

Please sign in to comment.