github.com/yaegashi/msgraph.go@v0.1.4/v1.0/EnumFirewall.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // FirewallCertificateRevocationListCheckMethodType undocumented
     6  type FirewallCertificateRevocationListCheckMethodType string
     7  
     8  const (
     9  	// FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault undocumented
    10  	FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault FirewallCertificateRevocationListCheckMethodType = "deviceDefault"
    11  	// FirewallCertificateRevocationListCheckMethodTypeVNone undocumented
    12  	FirewallCertificateRevocationListCheckMethodTypeVNone FirewallCertificateRevocationListCheckMethodType = "none"
    13  	// FirewallCertificateRevocationListCheckMethodTypeVAttempt undocumented
    14  	FirewallCertificateRevocationListCheckMethodTypeVAttempt FirewallCertificateRevocationListCheckMethodType = "attempt"
    15  	// FirewallCertificateRevocationListCheckMethodTypeVRequire undocumented
    16  	FirewallCertificateRevocationListCheckMethodTypeVRequire FirewallCertificateRevocationListCheckMethodType = "require"
    17  )
    18  
    19  var (
    20  	// FirewallCertificateRevocationListCheckMethodTypePDeviceDefault is a pointer to FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault
    21  	FirewallCertificateRevocationListCheckMethodTypePDeviceDefault = &_FirewallCertificateRevocationListCheckMethodTypePDeviceDefault
    22  	// FirewallCertificateRevocationListCheckMethodTypePNone is a pointer to FirewallCertificateRevocationListCheckMethodTypeVNone
    23  	FirewallCertificateRevocationListCheckMethodTypePNone = &_FirewallCertificateRevocationListCheckMethodTypePNone
    24  	// FirewallCertificateRevocationListCheckMethodTypePAttempt is a pointer to FirewallCertificateRevocationListCheckMethodTypeVAttempt
    25  	FirewallCertificateRevocationListCheckMethodTypePAttempt = &_FirewallCertificateRevocationListCheckMethodTypePAttempt
    26  	// FirewallCertificateRevocationListCheckMethodTypePRequire is a pointer to FirewallCertificateRevocationListCheckMethodTypeVRequire
    27  	FirewallCertificateRevocationListCheckMethodTypePRequire = &_FirewallCertificateRevocationListCheckMethodTypePRequire
    28  )
    29  
    30  var (
    31  	_FirewallCertificateRevocationListCheckMethodTypePDeviceDefault = FirewallCertificateRevocationListCheckMethodTypeVDeviceDefault
    32  	_FirewallCertificateRevocationListCheckMethodTypePNone          = FirewallCertificateRevocationListCheckMethodTypeVNone
    33  	_FirewallCertificateRevocationListCheckMethodTypePAttempt       = FirewallCertificateRevocationListCheckMethodTypeVAttempt
    34  	_FirewallCertificateRevocationListCheckMethodTypePRequire       = FirewallCertificateRevocationListCheckMethodTypeVRequire
    35  )
    36  
    37  // FirewallPacketQueueingMethodType undocumented
    38  type FirewallPacketQueueingMethodType string
    39  
    40  const (
    41  	// FirewallPacketQueueingMethodTypeVDeviceDefault undocumented
    42  	FirewallPacketQueueingMethodTypeVDeviceDefault FirewallPacketQueueingMethodType = "deviceDefault"
    43  	// FirewallPacketQueueingMethodTypeVDisabled undocumented
    44  	FirewallPacketQueueingMethodTypeVDisabled FirewallPacketQueueingMethodType = "disabled"
    45  	// FirewallPacketQueueingMethodTypeVQueueInbound undocumented
    46  	FirewallPacketQueueingMethodTypeVQueueInbound FirewallPacketQueueingMethodType = "queueInbound"
    47  	// FirewallPacketQueueingMethodTypeVQueueOutbound undocumented
    48  	FirewallPacketQueueingMethodTypeVQueueOutbound FirewallPacketQueueingMethodType = "queueOutbound"
    49  	// FirewallPacketQueueingMethodTypeVQueueBoth undocumented
    50  	FirewallPacketQueueingMethodTypeVQueueBoth FirewallPacketQueueingMethodType = "queueBoth"
    51  )
    52  
    53  var (
    54  	// FirewallPacketQueueingMethodTypePDeviceDefault is a pointer to FirewallPacketQueueingMethodTypeVDeviceDefault
    55  	FirewallPacketQueueingMethodTypePDeviceDefault = &_FirewallPacketQueueingMethodTypePDeviceDefault
    56  	// FirewallPacketQueueingMethodTypePDisabled is a pointer to FirewallPacketQueueingMethodTypeVDisabled
    57  	FirewallPacketQueueingMethodTypePDisabled = &_FirewallPacketQueueingMethodTypePDisabled
    58  	// FirewallPacketQueueingMethodTypePQueueInbound is a pointer to FirewallPacketQueueingMethodTypeVQueueInbound
    59  	FirewallPacketQueueingMethodTypePQueueInbound = &_FirewallPacketQueueingMethodTypePQueueInbound
    60  	// FirewallPacketQueueingMethodTypePQueueOutbound is a pointer to FirewallPacketQueueingMethodTypeVQueueOutbound
    61  	FirewallPacketQueueingMethodTypePQueueOutbound = &_FirewallPacketQueueingMethodTypePQueueOutbound
    62  	// FirewallPacketQueueingMethodTypePQueueBoth is a pointer to FirewallPacketQueueingMethodTypeVQueueBoth
    63  	FirewallPacketQueueingMethodTypePQueueBoth = &_FirewallPacketQueueingMethodTypePQueueBoth
    64  )
    65  
    66  var (
    67  	_FirewallPacketQueueingMethodTypePDeviceDefault = FirewallPacketQueueingMethodTypeVDeviceDefault
    68  	_FirewallPacketQueueingMethodTypePDisabled      = FirewallPacketQueueingMethodTypeVDisabled
    69  	_FirewallPacketQueueingMethodTypePQueueInbound  = FirewallPacketQueueingMethodTypeVQueueInbound
    70  	_FirewallPacketQueueingMethodTypePQueueOutbound = FirewallPacketQueueingMethodTypeVQueueOutbound
    71  	_FirewallPacketQueueingMethodTypePQueueBoth     = FirewallPacketQueueingMethodTypeVQueueBoth
    72  )
    73  
    74  // FirewallPreSharedKeyEncodingMethodType undocumented
    75  type FirewallPreSharedKeyEncodingMethodType string
    76  
    77  const (
    78  	// FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault undocumented
    79  	FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault FirewallPreSharedKeyEncodingMethodType = "deviceDefault"
    80  	// FirewallPreSharedKeyEncodingMethodTypeVNone undocumented
    81  	FirewallPreSharedKeyEncodingMethodTypeVNone FirewallPreSharedKeyEncodingMethodType = "none"
    82  	// FirewallPreSharedKeyEncodingMethodTypeVUtF8 undocumented
    83  	FirewallPreSharedKeyEncodingMethodTypeVUtF8 FirewallPreSharedKeyEncodingMethodType = "utF8"
    84  )
    85  
    86  var (
    87  	// FirewallPreSharedKeyEncodingMethodTypePDeviceDefault is a pointer to FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault
    88  	FirewallPreSharedKeyEncodingMethodTypePDeviceDefault = &_FirewallPreSharedKeyEncodingMethodTypePDeviceDefault
    89  	// FirewallPreSharedKeyEncodingMethodTypePNone is a pointer to FirewallPreSharedKeyEncodingMethodTypeVNone
    90  	FirewallPreSharedKeyEncodingMethodTypePNone = &_FirewallPreSharedKeyEncodingMethodTypePNone
    91  	// FirewallPreSharedKeyEncodingMethodTypePUtF8 is a pointer to FirewallPreSharedKeyEncodingMethodTypeVUtF8
    92  	FirewallPreSharedKeyEncodingMethodTypePUtF8 = &_FirewallPreSharedKeyEncodingMethodTypePUtF8
    93  )
    94  
    95  var (
    96  	_FirewallPreSharedKeyEncodingMethodTypePDeviceDefault = FirewallPreSharedKeyEncodingMethodTypeVDeviceDefault
    97  	_FirewallPreSharedKeyEncodingMethodTypePNone          = FirewallPreSharedKeyEncodingMethodTypeVNone
    98  	_FirewallPreSharedKeyEncodingMethodTypePUtF8          = FirewallPreSharedKeyEncodingMethodTypeVUtF8
    99  )