Class Hub
Hub
[DataContract]
public class Hub
- Inheritance
-
Hub
- Inherited Members
Properties
HubId
The network ID of the hub.
[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "hubId")]
public string HubId { get; set; }
Property Value
UseDefaultRoute
Only valid in 'spoke' mode. Indicates whether default route traffic should be sent to this hub.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "useDefaultRoute")]
public bool? UseDefaultRoute { get; set; }
Property Value
- bool?