< Back

New-IBXZoneObject

Wed Jan 15, 2020 2:55 am

NAME New-IBXZoneObject



SYNTAX

New-IBXZoneObject -ZoneType {ZONE_AUTH | ZONE_DELEGATED | ZONE_FORWARD | ZONE_STUB} [-PassThru] [-Timeout

<uint32>] [<CommonParameters>]



New-IBXZoneObject -Session <InfobloxSession> -InputObject <Object> -ZoneType {ZONE_AUTH | ZONE_DELEGATED |

ZONE_FORWARD | ZONE_STUB} [-PassThru] [-Timeout <uint32>] [<CommonParameters>]



New-IBXZoneObject -Session <InfobloxSession> -ZoneType {ZONE_AUTH | ZONE_DELEGATED | ZONE_FORWARD | ZONE_STUB}

[-PassThru] [-Timeout <uint32>] [<CommonParameters>]



New-IBXZoneObject -GridMaster <string> -Credential <pscredential> -ZoneType {ZONE_AUTH | ZONE_DELEGATED |

ZONE_FORWARD | ZONE_STUB} [-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 | 1.4 | 1.4.1 | 1.4.2 | 1.5 | 1.6 |

1.6.1 | 1.7 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 | 2.2.2 | 2.3}] [-PassThru]

[-Timeout <uint32>] [<CommonParameters>]



New-IBXZoneObject -GridMaster <string> -Credential <pscredential> -InputObject <Object> -ZoneType {ZONE_AUTH |

ZONE_DELEGATED | ZONE_FORWARD | ZONE_STUB} [-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 | 1.4 | 1.4.1 | 1.4.2

| 1.5 | 1.6 | 1.6.1 | 1.7 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 | 2.2.2 | 2.3}]

[-PassThru] [-Timeout <uint32>] [<CommonParameters>]



New-IBXZoneObject -InputObject <Object> -ZoneType {ZONE_AUTH | ZONE_DELEGATED | ZONE_FORWARD | ZONE_STUB}

[-PassThru] [-Timeout <uint32>] [<CommonParameters>]





PARAMETERS

-Credential <pscredential>

The credentials to use to access the Grid Master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridByAttribute, GridByObject

Aliases None

Dynamic? false



-GridMaster <string>

The IP address or FQDN of the grid master interface.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridByAttribute, GridByObject

Aliases None

Dynamic? false



-InputObject <Object>

The object to utilize.



Required? true

Position? Named

Accept pipeline input? true (ByValue)

Parameter set name GridByObject, SessionByObject, EnteredSessionByObject

Aliases None

Dynamic? false



-PassThru

Specifies if the object should be passed down the pipeline.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Session <InfobloxSession>

An established session object to use to connect to the grid master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name SessionByObject, SessionByAttribute

Aliases None

Dynamic? false



-Timeout <uint32>

The timeout in seconds to use for the HttpClient. This defaults to 100.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Version <string>

The version of the Infoblox WAPI, will default to LATEST.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name GridByAttribute, GridByObject

Aliases ApiVersion

Dynamic? false



-ZoneType <string>

The type of zone object to create.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.Object





OUTPUTS

System.Object



ALIASES

None





REMARKS

None