Bastion Host IPConfiguration Response
data class BastionHostIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val publicIPAddress: SubResourceResponse, val subnet: SubResourceResponse, val type: String)
IP configuration of an Bastion Host.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: SubResourceResponse, subnet: SubResourceResponse, type: String)