VirtualMachineNetworkShaperInfo
                                VirtualMachineNetworkShaperInfo                            
                            Network traffic shaping specification.
Traffic shaping is used to configure the network utilization characteristics of a virtual machine.
AllOf
                                        This class requires all of the following:
                                                                                            
                                            
                                        JSON Example
                                    {
    "_typeName": "string",
    "enabled": false,
    "peakBps": 0,
    "averageBps": 0,
    "burstSize": 0
}
            
            
                                    boolean
                
                
            
        
        
                enabled            
                            Optional
                    Is the shaper enabled?
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                peakBps            
                            Optional
                    Peak bandwidth, in bits per second.
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                averageBps            
                            Optional
                    Average bandwidth, in bits per second.
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                burstSize            
                            Optional
                    Burst size, in bytes.
